grayscale plots

Eduardo Agosta Scarel eduardo.agosta at GMAIL.COM
Thu Mar 8 19:38:44 EST 2007


This may be useful for you.
Eduardo.


2007/3/8, Robert Burgman <rburgman at rsmas.miami.edu>:
>
> Hello all,
>
> Does anyone have a clever grayscale script?
> I understand that gxeps will give a grayscale by default, but I am
> wondering if anyone has something better for publishing.
> Cheers
> --Rob
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20070308/406dd807/attachment.html 
-------------- next part --------------
******************************************************
*                                                    *
* To generate a 52-greyscale rainbow (from 16 to 67) *
* From 16 (White) to 67 (BLACK) 		     *
*                                                    *
******************************************************

i=16; j=255
while (i<=67)
'set rgb 'i' 'j' 'j' 'j
j=j-5
i=i+1
endwhile



More information about the gradsusr mailing list