You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://colab.research.google.com/github/eddmpython/vectrix/blob/master/notebooks/tutorials/07_visualization.ipynb)
8
+
7
9
**Numbers tell the story, but charts sell it.** Vectrix's visualization module (`vectrix.viz`) provides publication-quality interactive charts built on Plotly — designed to work seamlessly with every Vectrix result object.
8
10
9
11
All charts follow a consistent pattern: pass a Vectrix result, get back a Plotly `go.Figure` you can display inline, save to HTML, or embed in dashboards.
@@ -266,7 +268,7 @@ All chart functions accept `theme="dark"` (default) or `theme="light"`.
266
268
267
269
### Dark Theme (Default)
268
270
269
-
Deep navy background (`#0f172a`), light text (`#f1f5f9`). Best for Jupyter notebooks and dark-mode dashboards.
271
+
Deep navy background (`#0f172a`), light text (`#f8fafc`). Best for Jupyter notebooks and dark-mode dashboards.
270
272
271
273
### Light Theme
272
274
@@ -294,16 +296,19 @@ fig.show()
294
296
295
297
| Key | Dark | Light | Usage |
296
298
|-----|------|-------|-------|
297
-
|`primary`|`#6366f1`|`#6366f1`| Main brand color (indigo) |
0 commit comments