Re: Thickening the x-axis [message #1836] |
Thu, 03 March 1994 11:17 |
gurman
Messages: 82 Registered: August 1992
|
Member |
|
|
zawodny@arbd0.larc.nasa.gov (Joseph M Zawodny) writes:
> In article <1994Mar3.072618.22287@aragorn.unibe.ch> larkum@optolab.unibe.ch writes:
>> I've been having problems (using PV-Wave 4.01 on a Sun SPARC) getting
>> the x-axis plotted with a thicker line and thicker tick marks. I'm
>> using the PLOT and AXIS routines and have tried setting !p.thick and
>> using the keyword THICK in the routine calls. These only affect the
>> lines plotted between data points as far as I can see.
>>
>> Does anyone have any suggestions?
>>
> There is also !x.thick and !y.thick and these do (did the last time I
> used them) work with axis.
So one can merely add xthick = 2 (say) to the plot command:
plot, x, y, xthick = 2 (or 3, or whatever you like)....
Joe Gurman
--
J.B. Gurman / Solar Physics Branch / NASA Goddard Space Flight Center /
Greenbelt MD 20771 USA / gurman@uvsp.gsfc.nasa.gov
| Federal employees are prohibited from holding opinions while at |
| work. Therefore, any opinions expressed herein are somebody else's. |
|
|
|
Re: Thickening the x-axis [message #1838 is a reply to message #1836] |
Thu, 03 March 1994 04:48  |
zawodny
Messages: 121 Registered: August 1992
|
Senior Member |
|
|
In article <1994Mar3.072618.22287@aragorn.unibe.ch> larkum@optolab.unibe.ch writes:
> I've been having problems (using PV-Wave 4.01 on a Sun SPARC) getting
> the x-axis plotted with a thicker line and thicker tick marks. I'm
> using the PLOT and AXIS routines and have tried setting !p.thick and
> using the keyword THICK in the routine calls. These only affect the
> lines plotted between data points as far as I can see.
>
> Does anyone have any suggestions?
>
There is also !x.thick and !y.thick and these do (did the last time I
used them) work with axis.
--
Joseph M. Zawodny (KO4LW) NASA Langley Research Center
Internet: zawodny@arbd0.larc.nasa.gov MS-475, Hampton VA, 23681-0001
Packet: ko4lw@n4hog.va.usa
|
|
|
Re: Thickening the x-axis [message #1839 is a reply to message #1838] |
Thu, 03 March 1994 01:52  |
thompson
Messages: 584 Registered: August 1991
|
Senior Member |
|
|
larkum@iam.unibe.ch (Matthew Larkum) writes:
> I've been having problems (using PV-Wave 4.01 on a Sun SPARC) getting
> the x-axis plotted with a thicker line and thicker tick marks. I'm
> using the PLOT and AXIS routines and have tried setting !p.thick and
> using the keyword THICK in the routine calls. These only affect the
> lines plotted between data points as far as I can see.
> Does anyone have any suggestions?
> Thanks,
> Matthew.
> larkum@optolab.unibe.ch
This should probably be in the FAQ. It's a bit confusing to the uninitiated.
In addition to !P.THICK there are also the following keywords which control
the thickness of various things in IDL:
!X.THICK
!Y.THICK
!P.CHARTHICK
Bill Thompson
|
|
|