Re: problems printing to a postscript file [message #38831] |
Wed, 31 March 2004 17:09 |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
chettri@umbc.edu (Samir Chettri) writes:
> Here's my IDL Question:
>
...
> In the code I'm trying to create "ntrials" number of files each one containing
> a single contour plot. "posterior[*,*,*]" is created earlier in the program
> and using "!p.multi" I was able to plot "posterior[j,*.*]" to a single
> graphic window as a contour plot for each "j." However, when I run the
> above code, "ntrials-1" eps files are created, "GullLighthouse0*.eps" with the
> x and y axes drawn but with no contours. The last file interestingly enough
> has the contours and the x, y axes. I'm uncertain as to what I'm doing wrong.
Your code looks okay. Are you sure your data is okay? For example,
does it work when you plot to the screen instead of a file?
Craig
--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@REMOVEcow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
|
|
|