Re: Arrow command/ velovect plot resolution [message #26658] |
Thu, 20 September 2001 00:23 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Colinandsamd wrote:
>
> Hi, could anyone help me with improving the resolution of a vector plot? I have
> tried velovect etc and the standard commands and am now using arrow direct.
> This looks just about OK on the screen, but screen grabs using WRITE_JPEG with
> quality = 100 or the Windows clipboard look worse.
>
> The plot area is defined with a draw widget and is 1500 x 1000 pixels in size
> so I would expect to get better quality graphics. The text label was improved
> by switching to a vector font, but is still a bit square looking. The other
> plot types are very nice quality.
>
> Sam
Dear Sam,
I am a bit surprised,
because this is normal if you make a screen hardcopy with 72 dpi.
Why don't you save your vectorgraphic into postscript?
regards
Reimar
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg1/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
http://www.fz-juelich.de/zb/text/publikation/juel3786.html
============================================================ ======
read something about linux / windows
http://www.suse.de/de/news/hotnews/MS.html
|
|
|
Re: Arrow command/ velovect plot resolution [message #26669 is a reply to message #26658] |
Wed, 19 September 2001 17:26  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Colinandsamd (colinandsamd@cs.com) writes:
> Hi, could anyone help me with improving the resolution of a vector plot? I have
> tried velovect etc and the standard commands and am now using arrow direct.
> This looks just about OK on the screen, but screen grabs using WRITE_JPEG with
> quality = 100 or the Windows clipboard look worse.
>
> The plot area is defined with a draw widget and is 1500 x 1000 pixels in size
> so I would expect to get better quality graphics. The text label was improved
> by switching to a vector font, but is still a bit square looking. The other
> plot types are very nice quality.
I'd guess Velovect could be improved by add a Thick keyword
to it. That might be just the thing to improve resolution
of JPEG images. It would probably take about 5 seconds to
do.
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
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
|
|
|