Re: IDL 5.6 PostScript B&W output is *gray* [message #34558 is a reply to message #34469] |
Mon, 24 March 2003 12:10  |
wmweibel
Messages: 2 Registered: March 2003
|
Junior Member |
|
|
Gwyn,
After experimenting directly with the PS output, I have to second
Kenneth's remarks. The PS output from your example contains no
operators that set line colors to anything other than black. The axes
look gray in ghostview, though our crummy old HP Laserjet prints them
as black. The data curve, however, appears black in ghostview.
Inspection of the PS output shows that the data curve is twice as
thick (20 setlinewidth) as the axes (10 setlinewidth).
Try the XTHICK and YTHICK keywords in PLOT. [xy]thick=2.0 should look
black.
Bill
Kenneth Bowman <k-bowman@null.tamu.edu> wrote in message news:<k-bowman-EB0A1D.10475821032003@news.tamu.edu>...
> One possibility is that the line width is changed to extremely fine
> (e.g. 0.25 points). Why, I can't say. When printed or displayed on a
> screen, such a fine line can appear gray.
>
> Try opening the PS file in Illustrator and have a look at the line
> characteristics (color and width).
>
> Ken
>
>
> In article <91a6e44c.0303210824.488694bf@posting.google.com>,
> gfireman@comcast.net (Gwyn Fireman) wrote:
>
>> Hi, Everyone -
>>
>> We recently upgraded from IDL 5.4 to 5.6. Now formerly black
>> PostScript plots are coming out looking distinctly GRAY, both in
>> hardcopy and in GhostView. I've been doing PS plots for years, but
>> now I'm at wit's end! Can anyone help?
>>
>> Thanks,
>> Gwyn
|
|
|