Re: Titles [message #9795] |
Thu, 21 August 1997 00:00  |
thompson
Messages: 584 Registered: August 1991
|
Senior Member |
|
|
Neil Winrow <ncw@dl.ac.uk> writes:
> Can anyone explain my problem!
> I have a plot and I have used the XYOUTS procedure to place a title over
> the plot. On the screen the plot and title look prefect but when I save
> the plot to postscript the title is dumped in the bottom left-hand
> corner. I cannot use the standard TITLE keyword because as I move the
> plot around with the widget sliders the title moves too. I also used
> the annotate procedure to put a title in but my boss didn't like using
> it, there's no pleasing some people. If anyone has any suggestions I
> would greatly appreciate them.
It sounds like you're specifying the position in device coordinates. If you
use data coordinates instead, you should be fine. Normalized coordinates may
also work.
Bill
|
|
|
|
|