pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
30 stars 20 forks source link

Graph classes (e.g. graph.Line_Graph()) should allow for more flexible data updates to data_points #89

Closed gabrielDiaz-performlab closed 6 years ago

gabrielDiaz-performlab commented 6 years ago

Some major limitations with the pyglui graph.Line_graph() class:

I would like some added functionality:

gabrielDiaz-performlab commented 6 years ago

I have been introduced to the timeline class, which seems the more appropriate method for implementation.