Re: XYOUTS and Postscript [message #39576] |
Fri, 28 May 2004 05:42 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Andreas Ernst writes:
> I use XYOUTS to place text in my Plots. But
> unfortunately, after I set the output to Postscript
> with the set_plot, "ps" command, the text is shown
> in the lower left corner of the output.
> If i do the same in the x window, the alignment of
> the text is correct.
> What is the problem?
Device coordinates. :-)
Use NORMAL or DATA coordinates instead for placement
of text.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
|