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

Home » Public Forums » archive » save contour to eps in 8.2.3
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
save contour to eps in 8.2.3 [message #89495] Wed, 22 October 2014 05:58 Go to previous message
yunfeizhang5 is currently offline  yunfeizhang5
Messages: 3
Registered: October 2014
Junior Member
Dear everyone:

i manage to create a filled(use fill NOT cell_fill keyword) contour plot using contour and colorbar function in 8.2.3, and then save it to an eps file, now there is a question: it takes a long time saving to the eps file, and when i open the eps file, only find the contour is gridded, just as contour my data using keyword cell_fill instead of keyword fill. it's weird because what i do is the opposite. i'm sure this didn't happen in idl 7.1. does anyone suffer from this or is there any solution to this issue? any words are appreciated.

codes are as follows

n=200L
seed=0.0
x=indgen(n) & y=indgen(n)
z=randomu(seed,n,n)

nlevels=11L
levels=indgen(nlevels)*0.1
ct=contour(z,x,y,/fill,rgb_table=33,rgb_indices=bytscl(indge n(nlevels-1)))
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: strange GT and LT behavior
Next Topic: "$Id:" field at top of procedure

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

Current Time: Wed Oct 08 18:35:46 PDT 2025

Total time taken to generate the page: 0.00397 seconds