Closed olavolav closed 2 years ago
See this example:
>>> plot([1,3,2], height=2) ┌────────────────────────────────────────────────────────────┐ │ ▘ ▗│ 3 │▖ │ 1 └────────────────────────────────────────────────────────────┘ 1 2 3 >>> plot([1,3,2], height=2, x_unit=" microns") ┌────────────────────────────────────────────────────────────┐ │ ▘ ▗│ 3 │▖ │ 1 └────────────────────────────────────────────────────────────┘ 1 microns 2 microns 3 microns
What should happen is that the labels are centered, including the units.
See this example:
What should happen is that the labels are centered, including the units.