Closed magland closed 2 years ago
This has now been implemented, but not released to pypi yet. Works from main branch.
Example: https://github.com/magland/sortingview/blob/main/examples/example_timeseries_graph.py
G.add_line_series(name='3', t=t.astype(np.float32), y=v.astype(np.float32), color='green', width=5, dash=[12, 8])
G.add_marker_series(name='4', t=t.astype(np.float32), y=v.astype(np.float32), color='black', radius=8, shape='square')
For a marker we would have
For a line we would have
The "?" indicates optional.