thick = 2 and postscript output [message #25272] |
Thu, 31 May 2001 08:41  |
Christopher W. O'Dell
Messages: 20 Registered: February 2001
|
Junior Member |
|
|
I'm trying to make some postscript files of simple graphs; I
have gotten color and fonts to work, but
the command
plot, x, y, thick = 2
fails to make a thick line in the postscript output file.
Anyone know why, and how to remedy this?
I am using IDL 5.4 on a windows OS.
Thanks,
Chris
|
|
|
Re: thick [message #34166 is a reply to message #25272] |
Mon, 24 February 2003 00:22  |
tom
Messages: 28 Registered: April 1995
|
Junior Member |
|
|
I donot set these ketwords in CONTOUR. Thank you.
There are several plots in the program. I thought all would be OK if I set
the keywords at the start.
"David Fanning" <david@dfanning.com> д����Ϣ����
:MPG.18c346c965ac104f989afa@news.frii.com...
> tom (tom2959@21cn.com) writes:
>>
>> For the default thick, the line,character are all thin. I hope all to to
>> thick. I set !p.thick=5,!p.charthick=5,!x.thick=5, but when I plot
contour,
>> the contour curves are still thin. How to do it? Tom
>
> I presume you meant to throw !Y.thick in there, too.
> But, in any case, all works fine here in IDL 5.6 on
> Windows. Thick lines all the way around. Have you tried
> setting these keywords on the CONTOUR command?
>
> Cheers,
>
> David
> --
> David W. Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Phone: 970-221-0438, E-mail: david@dfanning.com
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: thick [message #34167 is a reply to message #25272] |
Sun, 23 February 2003 20:00  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
tom (tom2959@21cn.com) writes:
>
> For the default thick, the line,character are all thin. I hope all to to
> thick. I set !p.thick=5,!p.charthick=5,!x.thick=5, but when I plot contour,
> the contour curves are still thin. How to do it? Tom
I presume you meant to throw !Y.thick in there, too.
But, in any case, all works fine here in IDL 5.6 on
Windows. Thick lines all the way around. Have you tried
setting these keywords on the CONTOUR command?
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|