-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTODO
More file actions
19 lines (11 loc) · 801 Bytes
/
TODO
File metadata and controls
19 lines (11 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- The resize event axes update hack doesn't work for 3D plots. Have to figure out a workaround.
- Add statics for 3D plots
- Refactor the way lines are registered to each plot so it's possible to stop plotting a line at any time
- This would also store line heads and lines together, and provide a way to mark whether lines will
express their heads or not
- Refactor FPS to a percentage calculation, which looks at the time between data being provided and the
time it takes to plot a frame and calculates whether data is being provided faster than it can be plotted
or not.
- Change from using queues to ZMQ or something
----
- Add ability to generate second view of same data. Something like plot.add_view([0, 1]) that makes a timeseries of just Y from the parent XY plot?