| Re: PV-WAVE and x-axis annotations [message #3724 is a reply to message #3680] |
Wed, 01 March 1995 15:53  |
rivers
Messages: 228 Registered: March 1991
|
Senior Member |
|
|
In article <3j1m4i$fkq@elna.ethz.ch>, csillag@iem.ee.ethz.ch (Andre Csillaghy) writes:
> I cannot get PV-WAVE to write coorectly (with the PostScript driver)
> an x-axis annotation with exponents. The number in the exponent
> is touching the axis so that it looks ugly. I tried so many settings of
> margin, position, etc that I am getting sick and tired of such pv-wave imperfections (in my opinion it should be done right without even having to change any system variable).
>
> So two questions:
>
> 1- How can I do it right ?
> 2- Does that problem exist in IDL ?
Those are hard questions to answer without an example of a program which looks
bad in PV-WAVE. However, I just did the following in IDL
; IDL Version 3.6.1a (vms alpha)
; Journal File for CARS3::RIVERS
; Working directory: USER_DISK:[RIVERS.COMMITTEES]
; Date: Wed Mar 1 17:21:00 1995
y = 1. + findgen(1000)
x = 1000 * y
set_plot, 'ps'
device, xsize=10, ysize=7, /inch, /land
!p.font=0
plot_io, x, y
device, /close
$print idl.ps
With this example, the X axis exponents do not touch the X axis, although they
are close. Note that this was done with the default Postscript hardware font
and font size (!p.font=0).
____________________________________________________________
Mark Rivers (312) 702-2279 (office)
CARS (312) 702-9951 (secretary)
Univ. of Chicago (312) 702-5454 (FAX)
5640 S. Ellis Ave. (708) 922-0499 (home)
Chicago, IL 60637 rivers@cars3.uchicago.edu (Internet)
|
|
|
|