rqt_multiplot_plugin
rqt_multiplot_plugin copied to clipboard
fix axis jumping
With long (time) labels on the x-axis, the plot jumps every time when a new label is added to the axis. Now the labels are aligned on the left side of the marker.
This is not yet optimal, the x-axis label is now right aligned to the tick. This way it's not very clear to which tick the label is assigned. One idea would be to incline the labels a bit, but then the plot height gets bigger.