Origin Ver.: 8.6.0G
Operating System: Windows 7 Professional
Hi Guys,
I'm currently trying to use the plotstack function to draw a contour plot and a simple line+symbol plot.
This is the code I use:
plotstack iy:=((47,49),(47,48,49)) plottype:=custom custom:="202 226" order:=0 legend:=0 unit:=3 gapy:=3 leftmg:=0 rightmg:=0 topmg:=0 bottommg:=0;
The Graph on top should be a symbol+line plot with col(47) beeing the x-axis and column(49) beeing the y-axis.
Underneath this Graph I want to draw a contour plot with col(47)=x, col(48)=y, col(49)=z.
Drawing the line+symbol plot works perfectly fine but I am not able to draw the contour plot.
Can somebody help me to solve this problem?
Thanks in advance!
sebbey