Re: half-point thickness [message #72514] |
Mon, 20 September 2010 12:22 |
natha
Messages: 482 Registered: October 2007
|
Senior Member |
|
|
Thickness properties contain an integer value between 1 and 10,
corresponding to the thickness (in points) of the line.
So, you cannot set the thickness property to 0.5
nata
|
|
|
Re: half-point thickness [message #72515 is a reply to message #72514] |
Mon, 20 September 2010 09:51  |
Paul[3]
Messages: 18 Registered: September 2010
|
Junior Member |
|
|
On Sep 20, 10:49 am, Paul <paulsta...@gmail.com> wrote:
> I find 1 pt line thickness to be a bit heavy in print for axes.
>
> p = PLOT(/TEST, XTHICK=0.5, YTHICK=1, PTHICK=2)
> print, p.xthick
>
>> 1.00000
>
> Is there a way to override the 1.0 pt minimum line thickness in the
> new graphics system?
> Thanks in advance. And thanks, Paulo, for an earlier reply.
Correction:
p = PLOT(/TEST, XTHICK=0.5, YTHICK=1, THICK=2)
|
|
|