Hello everyone! ParaView is amazing, but I have found that I couldn’t offset my data axes labels from the ticks. I really need the numbers on the axes grid to be large, and the same needs to be done with the label, but unfortunately, once you cross a certain threshold, they intersect.
Is there any way to achieve my desired outcome? Using custom bounds is not a solution because no matter how many sets of custom bounds I give, the label is large enough to intersect all of them.
I want to increase the distance between the grid numbers and the label (X/D). I could, of course, create specific bounds to avoid this issue, but I simply don’t want to.
Hey @mwestphal I unfortunately cannot share my exact data, but I’m pretty sure any dataset would reproduce this since it’s a conflict between the labels and the grid. The spacing is the issue here.
Here are the steps:
Turn on axes grids,
modify the axes grids settings — increase the font size of the numbers in the grid
Increase the font size of the labels in the grids
My issue is: How can I manually control the spacing between labels and the ticks/numbers?