niivue / ipyniivue

A WebGL-powered Jupyter Widget for Niivue based on anywidget
BSD 2-Clause "Simplified" License
25 stars 8 forks source link

Graph features #30

Closed AnthonyAndroulakis closed 5 months ago

AnthonyAndroulakis commented 1 year ago

Graph features need to be added into ipyniivue. This time series demo shows the graph features in NiiVue: https://niivue.github.io/niivue/features/timeseries.html

nv1.graph.autoSizeMultiplanar = true;
nv1.opts.multiplanarForceRender = true;
nv1.graph.normalizeValues = false;
nv1.graph.opacity = 1.0;