Commit 1d548b2
Add configurable class count to ScatterWidget (#33)
* Add configurable class count to ScatterWidget
Allow users to set n_classes (1-4) to configure the number of available classes. When n_classes=1, the class buttons are automatically hidden since they're unnecessary for single-class mode. Improve grid visibility in light mode.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Relax altair version constraint for WASM compatibility
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Remove ruff and altair from runtime dependencies
These are dev/demo-only tools, not runtime dependencies.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Remove uv.lock to avoid constraining downstream dependencies
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Remove pandas from dependencies - it's a lazy import
Users install pandas/polars/numpy if they want those features.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Remove uv.lock again
* Add uv.lock to .gitignore
* Rebuild docs with updated marimo
* cleanup
* Bump version to 0.5.0
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent c90a855 commit 1d548b2
File tree
211 files changed
+102
-1488
lines changed- docs
- assets
- drawdata
- static
- js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
211 files changed
+102
-1488
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
91 | 80 | | |
92 | 81 | | |
93 | 82 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments