Re: legend and not getting colors when device is postscript [message #55686] |
Wed, 05 September 2007 21:41 |
teich
Messages: 33 Registered: May 2007
|
Member |
|
|
On Sep 6, 12:32 am, David Fanning <n...@dfanning.com> wrote:
> te...@atmsci.msrc.sunysb.edu writes:
>> I am using legend.pro from idlastro library. My device is set to a
>> postcript file before I call legend. I have a color table loaded as
>> well. When I call legend, I specify colors for the legends, but the
>> legends never come out with any colors. I get the colors when the
>> device is the screen but that's not useful. Can anyone help?
>
> Have you turned color on in your PostScript file:
>
> Set_Plot, 'PS'
> Device, Color=1, Bits_Per_Pixel=8
>
> etc.
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
I've gotten things to work --thanks
|
|
|
Re: legend and not getting colors when device is postscript [message #55687 is a reply to message #55686] |
Wed, 05 September 2007 21:32  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
teich@atmsci.msrc.sunysb.edu writes:
> I am using legend.pro from idlastro library. My device is set to a
> postcript file before I call legend. I have a color table loaded as
> well. When I call legend, I specify colors for the legends, but the
> legends never come out with any colors. I get the colors when the
> device is the screen but that's not useful. Can anyone help?
Have you turned color on in your PostScript file:
Set_Plot, 'PS'
Device, Color=1, Bits_Per_Pixel=8
etc.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|