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

Home » Public Forums » archive » Re: SURFACE layout details
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: SURFACE layout details [message #58171 is a reply to message #58170] Mon, 21 January 2008 12:34 Go to previous messageGo to previous message
Bob[3] is currently offline  Bob[3]
Messages: 60
Registered: December 2006
Member
On Jan 21, 2:33 pm, David Fanning <n...@dfanning.com> wrote:
> Paula writes:
>> i have two doubts concerning layout cosmetics in a SURFACE plot:
>
>> 1) can i have axis in black but wire-mesh surface lines in, say, grey?
>> if i change the COLOR parameter both axis and surface change
>> together...
>
> IDL> surface, dist(200), color=fsc_color('black'), /nodata, $
>          background=fsc_color('white')
> IDL> surface, dist(200), color=fsc_color('gray'), xstyle=4, $
>          ystyle=4, zstyle=4, /noerase
>

David,

I tried to address Paula's 1) by using the SHADES keyword (adapting
your response):

IDL> shades=INTARR(200,200)+fsc_color('gray')
IDL> surface, dist(200), color=fsc_color('black'), shades=shades,
background=fsc_color('white')

but the wireframe comes out red.

Am I misusing fsc_color or shades?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Map Projection Book Review
Next Topic: IDLdoc 3.0 released

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

Current Time: Sat Oct 11 09:03:32 PDT 2025

Total time taken to generate the page: 1.52079 seconds