When I assign alphanumeric labels to an axis, the labels are smaller than they should be. The attached example demonstrates this. You can run it to see the differences in label size:
root -l ‘he_plot.C(0)’
root -l ‘he_plot.C(1)’
The first command will show the numeric labels at the correct size. The second command will show alphanumeric labels on the Y axis at a smaller size. Images of both plots are attached.
How can I make the alphanumeric labels the same size as the numeric labels?
he_plot.C (1.96 KB)