Use "fake" axis labels

Good morning everyone,

I would like to change my axis labels to something custom (say 0 to 1 instead of 0 to 5000) but I don’t know how to do that. I only found how to display the ticks coorresponding to 0 and 1 on my ax but that is not what I want to do. What I want to do is displaying the ticks corresponding to 0 and 5000 with the labels “0” and “1”.

To explain a bit more: My issue is that I use a transform filter to increase the size of my z axis compared to my x and y axis but it also changes the values so my z values are multiplied by the factor I use to stretch the z axis.

After you apply the Transform filter, you can edit the axes to scale the axes in the inverse proportion of the transform.

  1. In the Properties panel, click the Edit button for the Axes Grid.
  2. In the resulting dialog, turn on the advanced properties.
  3. Adjust the Data Scale (near the bottom) to be the reciprocal of what you used in the Transform filter.

1 Like

Thanks, it worked out fine.