Problem in oploterror in cgWindow [message #83262] |
Wed, 13 February 2013 02:02 |
Poonam
Messages: 7 Registered: June 2011
|
Junior Member |
|
|
Hi,
I am using Coyote's cgWindow to plot my data.
If I make a multiplot using
cgWindow, 'cgplot',x,y,WMULTI=[0,2,1]
cgWindow, 'cgplot',x1,y,/addcmd
it works fine and I can also save it as a ps file from the cgwindow itself.
But I need to add errors in both plot and I am using something like this:
cgWindow, 'cgplot',x,y,WMULTI=[0,2,1]
oploterror, x, y, delx, dely, /noerase, /addcmd
cgWindow, 'cgplot',x1,y1,/addcmd
oploterror, x1, y1, delx1, dely1, /noerase,/addcmd
In this case after first oploterror command, the second figure does not appear.
And program does not complain too. Also if I use oploterror in cgwindow, I am not able to save the as a ps file. It creates an empty plot file. If I remove oploterror command from my file, everything works fine. What is going on?
Please help me. I have used it successfully in the past but am not able to use it now.
Thanks
Poonam
|
|
|