Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
In Mathcad Prime 8.0 the X and Y axis are reversed to what I normally see. Y is usually up and down. X is usually left to right. Is there a way to reverse the Axis definitions?
Solved! Go to Solution.
Hi,
The axis are not reversed to your normal use.
The x axis (one at the bottom) is positive left to right
The y axis (on the right side) is positive down to up.
You will get used to this layout.
Here is an example.
Cheers
Terry
f1(1,1,1,t) is Y axis, and f2(1,1,1,t) is X axis
Or you can drag f1(1,1,1,t) from right to left of the plot.
In all above cases: f1(1,1,1,t) is Y axis, and f2(1,1,1,t) is X axis
I see what you are pointing out. But in the United States, f1(1,1,1,t) would be on the X axis and f2(1,1,1,t) would be on the Y axis. The program should identify the left-right as the X-Axis. But the program identifies this as the Y axis. Is there a way to reverse the axis definitions inside the program?
I do not know if it is a way like you want, but you can still put f1(1,1,1,t) where f2(1,1,1,t) is right now, and then put f2(1,1,1,t) where f1(1,1,1,t) îs right now. So, to interchanged f1() with f2 on the axis...
Bob,
Implementing the axes that way has always bothered me, but PTC is an American company from Boston that decided that this is the way to go.
Raiko
Hi,
The axis are not reversed to your normal use.
The x axis (one at the bottom) is positive left to right
The y axis (on the right side) is positive down to up.
You will get used to this layout.
Here is an example.
Cheers
Terry
O.K... I guess it is my mistake. Thanks for the reply!
As Terry already cleared up it seems that you misinterpreted the position of the default placeholders for the axis expressions.
In Prime you are allowed to drag these expressions using the mouse with held left mouse button to a couple of different positions if you like that better, e.g.
And while I won't recommend doing so you may also move the axis around which makes a bit clearer that the axis expressions in their default position are connected to the correct axis as you expect - the expression at the bottom center to the horizontal x-axis and the expression to the right to the vertical y-axis
Thank you.. Yes, I misrepresented x and y axis. My mistake.
Bob