From a873318fedb0ab6caf65cf42d7df3f7cf67a2325 Mon Sep 17 00:00:00 2001
From: Sam Scholten
Date: Thu, 23 Oct 2025 15:30:10 +1000
Subject: Add logo to readme
---
README.md | 2 ++
logo.svg | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)
create mode 100644 logo.svg
diff --git a/README.md b/README.md
index f1e14fd..c47c9f6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# scopekit
+
+
`scopekit` is a Python library for creating high-performance, interactive oscilloscope-style plots for large time-series datasets using `matplotlib`.
It is designed to handle millions of data points smoothly by automatically decimating data for the current view. When zoomed out, it displays a performance-optimized "envelope" view, and when zoomed in, it seamlessly transitions to show detailed raw data.
diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..17ad6b5
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,73 @@
+
+
+
+
--
cgit v1.2.3