ANYbotics / rqt_multiplot_plugin

An rqt plugin for visualizing numeric values in multiple 2D plots.
GNU Lesser General Public License v3.0
125 stars 41 forks source link

Moving time and value scales at plot level from curves #28

Open mcamurri opened 5 years ago

mcamurri commented 5 years ago

I'm not sure what's the use case for that, but I found strange that time frame and scale are defined at curve level rather than plot level.

Most of the times you want to set a time window of, say, 10 seconds for all the curves in a plot, because I can't really think of different time or value scales for individual curves in the same plot, which one would then be applied to the plot?

So I would suggest to move the scale and time sections up to the plot level, because I think it would make more sense, what do you think?