ANYbotics / rqt_multiplot_plugin

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

Window resizing #4

Closed AlexandreBorowczyk closed 8 years ago

AlexandreBorowczyk commented 8 years ago

Hi,

I've been having this issue when trying plot multiple rows (more then 2 rows on 1920X1080) when the plot window resize and the lower plots are out of bound. Up to now I've always cycled the "toggle floating" feature to fix it but it's only momentary. Do you know any method to fix it?

Thanks

Alexandre

samuelba commented 8 years ago

Thanks for reporting. Until the change makes it into the master branch you can checkout the fix/plot-resizing branch with the fix.

AlexandreBorowczyk commented 8 years ago

Tested the fix, works great! Thanks again!