You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit is included in the label. In this case, the labels would read "Difference (s)" and "Time (s)")
An SI prefix is added and the axis rescaled appropriately. So, if the Y-axis in the example ranged from -10e-9 to 10e-9, the scale value of 1e-9 = n would be used, the axis would be drawn as -10 to 10, and the unit would be displayed as "ns". Naturally the unit would change appropriately as the graph is rescaled.
The rescaling removes all leading/trailing zeros, reducing the length of the axis markers, which should also reduce issues with the markers being rendered on top of the axis labels.
It would be very cool to see similar functionality in egui_plot.
The text was updated successfully, but these errors were encountered:
pyqtgraph supports specifying units as part of the axis labels like so:
This does several things:
It would be very cool to see similar functionality in egui_plot.
The text was updated successfully, but these errors were encountered: