I want to know how to represent the axis on my 3dplot with a scaled offset. Please see the image below, I just want to show in the plot as {X-Axis*0.1} and {Y-Axis*0.1} ...

|
I want to know how to represent the axis on my 3dplot with a scaled offset. Please see the image below, I just want to show in the plot as {X-Axis*0.1} and {Y-Axis*0.1} ...
|
||||
|
|
|
You can use ScallingTransform e.g. the following code will scale x axis from {1,10} -> {0.1,1} by a factor 0.1
|
|||
|
|
|
You can try to just change the label itself? by using your own ticks function. compare:
with
see http://reference.wolfram.com/mathematica/ref/Ticks.html for more information |
|||||||||||
|