Skip to main content
14-Alexandrite
January 24, 2015
Solved

Plotting curves with two y axis, one in ksi, and other MPa

  • January 24, 2015
  • 5 replies
  • 2416 views

Hello,

please scroll down in my attached sheet to the bottom two curves. i am not sure why it is showing more curves than what i am trying to plot. Thank you!

Best answer by Werner_E

This should help

5 replies

23-Emerald I
January 24, 2015

You only listed the x axis once, All of the RHS curves are then plotted against the LAST independent strain.

Copy the ordinate axis and paste it again, all will collapse.

SFares14-AlexandriteAuthor
14-Alexandrite
January 24, 2015

Fred,

i am not sure i understand your answer regarding listing the x axis one. On the x axis I have listed the strains that i have that corresponding stress. what do you mean by copying the ordinate axis? Thank you!

19-Tanzanite
January 24, 2015

You have a total of 6 variables on the y-axes, but only 3 variables on the x-axis. The way Mathcad resolves that is y1 vs x1, y2 vs x2, y3 vs x3, y4 vs x3, y5 vs x3, y6 vs x3. If you put x1,x2,x3,x1,x2,x3 on the x-axis you will get y1 vs x1, y2 vs x2, y3 vs x3, y4 vs x1, y5 vs x2, y6 vs x3, which is what you want. When you have fixed that you will still see 6 curves though, because the lower and upper limits of the two axes are not identical. In this case the lower limit is 0, so you can make the graphs overlap exactly by putting 100*ksi/MPa in the upper limit placeholder on the MPa axis. Also set the number of grids to be the same for the two axes. The tick marks are then at non-integer numbers, but you can't have everything.