clanijos
- 27
- 0
Could someone tell me how I would go about plotting a function in Mathematica over say, x^2? or sqrt(x)?
Thanks!
Thanks!
clanijos said:Could someone tell me how I would go about plotting a function in Mathematica over say, x^2? or sqrt(x)?
You want to compress the scale on the x-axis, but not logarithmically? It's difficult to see why you might want to do that. I think you would have to do the compression yourself and then re-label the axis after the computer has done the plotting.clanijos said:What I am looking for is something similar to LogPlot, but where the scale of the x-axis can be changed to another function.