cgplot and the disappearing white axis [message #80170] |
Sun, 13 May 2012 18:56 |
A J
Messages: 11 Registered: February 2012
|
Junior Member |
|
|
I am trying to save a multiplot image to a pdf for a presentation.
when the cgwindow pops up, all is well, everything is there as it
should be. When I save it to a pdf, only the first plot's axis is
there. However, this only happens when I specify the background color
and axes' color (ie not /traditional) and ONLY when I specify the axis
color to be white. If it is cyan, for example, everything is there in
the pdf.
cgwindow, 'cgplot', x1, y1, axiscolor='white',
background=cgcolor('black')
cgwindow, 'cgplot', x2, y2, axiscolor='white', /addcmd, /noerase
The multiplot command is there via the position keyword, but not
included in the example above. Any ideas why white won't give the
second axes when saved to a pdf?
Cheers,
Alexis
|
|
|