comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: set_plot,'PS' and accurate colors?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: set_plot,'PS' and accurate colors? [message #33565 is a reply to message #33473] Wed, 08 January 2003 13:08 Go to previous messageGo to previous message
dave is currently offline  dave
Messages: 31
Registered: February 1994
Member
Paul van Delst wrote:

> methinks there may a problem with how your system be setup. plotting in color in IDL
> (direct graphics at least) is pretty easy - especially stuff like you have described.
> - What version of IDL are you using?

5.4, win2k

> - How many bit planes are you set up to use? 8,16,24? (xdpyinfo should tell you that - for
> unix at least)
> - If 8 bit planes, what is the output when you do:
> window, /free, /pixmap, colors = -5
> plot, [ 0 ]
> wdelete, !d.window
> print, 'Number of colors is ', !d.n_colors
> print, 'Color table size is ', !d.table_size
> *immediately* after starting IDL?

IDL> window, /free, /pixmap, colors = -5
IDL> plot, [ 0 ]
IDL> wdelete, !d.window
IDL> print, 'Number of colors is ', !d.n_colors
Number of colors is 16777216
IDL> print, 'Color table size is ', !d.table_size
Color table size is 256

> Depending on what your system colour depth is and how many color-intensive applications
> (e.g. web browser, fancy editor, movie player, etc) you have running, you may have simply

Hm... good thought.

Most of my experience has been on VMS using the TV command on a TEK terminal. I'm not sure why
the color table is 256 right now.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: writing ascii files (with really long lines...)
Next Topic: Re: dlm returning ptr array and string array

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Nov 30 15:16:55 PST 2025

Total time taken to generate the page: 1.44188 seconds