XYOUTS character size strangeness [message #7966] |
Wed, 29 January 1997 00:00  |
Liam Gumley
Messages: 473 Registered: November 1994
|
Senior Member |
|
|
Try this immediately after starting IDL:
xyouts,0,0,'Hello',/normal
plot,[0],/noerase
xyouts,0,0,'Hello',/normal
On my SGI box, the second 'Hello' is printed significantly larger than
the first. Anyone know why?
(On a Sun box, the size of 'Hello' stays the same).
Cheers,
Liam.
|
|
|
Re: XYOUTS character size strangeness [message #8030 is a reply to message #7966] |
Fri, 31 January 1997 00:00  |
Philippe.Peeters
Messages: 1 Registered: January 1997
|
Junior Member |
|
|
In article <32EFB2AC.41C6@ssec.wisc.edu>, Liam Gumley <liam.gumley@ssec.wisc.edu> wrote:
> Try this immediately after starting IDL:
>
> xyouts,0,0,'Hello',/normal
> plot,[0],/noerase
> xyouts,0,0,'Hello',/normal
>
> On my SGI box, the second 'Hello' is printed significantly larger than
> the first. Anyone know why?
>
> (On a Sun box, the size of 'Hello' stays the same).
>
> Cheers,
> Liam.
On my PC running Windows95 and IDL 4.0.1, the second 'hello' is also
larger than the first one.
Philippe Peeters
------------------------------------------------------------ ---------------
Belgian Institute for Space Aeronomy | Tel : +32-2-373.03.81
Institut d'Aeronomie Spatiale de Belgique| Fax : +32-2-374.84.23
3 Avenue Circulaire | Email : Philippe.Peeters@oma.be
B-1180 Brussels, Belgium |
|
|
|