comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Function Graphics Questions
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Function Graphics Questions [message #87183 is a reply to message #87181] Tue, 14 January 2014 13:36 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Paul van Delst writes:

> You mean you don't see any difference when you use the THICK keyword?
>
> I see a difference in the line thickness between ps output when I do:
>
> p = Plot(/test, LineStyle=2)
> p.save, 'test.ps'
>
> and
>
> p = Plot(/test, LineStyle=2,thick=2)
> p.save, 'test.ps'

No, I see a difference using the thick keyword. But, I am used to
writing code like this to make a line proportionately as thick in the
PostScript device.

thick = (!D.Name EQ 'PS') ? 6 : 2

The difference between PostScript "thickness" and display "thickness"
appears to be taken care of automatically, so that a line that is twice
as thick on the display is proportionately twice as thick in PostScript.
But, as far as I can tell, there is no way to do something like this:

thick = (!D.Name EQ 'PS') ? 10 : 2

And make the line *extra* thick in PostScript.

I actually like the way this works, but I just wanted to be sure there
was no programmable way to control it.

With regard to pixelated PNG files, this sounds about right. I don't
know how to apply the "fix" to my Windows machine, though. :-(

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: can't make array
Next Topic: Map Projection Clarification

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 08:26:29 PDT 2025

Total time taken to generate the page: 1.52032 seconds