yoelk / instrumentino

Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments
GNU General Public License v3.0
138 stars 59 forks source link

V2 show more than one data block in the graph #14

Open yoelk opened 9 years ago

yoelk commented 9 years ago

The data from each connected session is saved in data blocks.

Currently the graph can only show one block, and if two blocks are in sight, it only shows the last one. We need to add the possibility to see more than one block, and somehow separating them on the screen. This will probably mean having a plot per each graph, and drawing a vertical line between blocks to distinguish them from each other. They can't overlap in time.