|
From: Ethan M. <merritt@u.washington.edu> - 2006-05-24 23:55:30
|
On Wednesday 24 May 2006 03:12 pm, Daniel J Sebald wrote:
>
> I think I see where the dashed lines are coming from. When I go back
> now to an older version of gnuplot the lines are coming out as
> dashes.
Are you remembering to set GNUPLOT_DRIVER_DIR to the appropriate
directory when testing new/old versions? Mixing different versions
of gnuplot and gnuplot_x11 will yield poorly-defined behaviour.
> It has been for the longest time that these were solid lines.
> (I don't know, maybe they were supposed to be dashed all along.)
For a long time the behavior has been that x11.trm didn't know
anything about dashes, while gnuplot_x11 would use dashes if they
were provided as X resources and solid lines otherwise.
I have added an explicit toggle for solid/dashed to x11.trm,
just as other drivers like post.trm and emf.trm have. The default
state of the toggle is "solid", which is what you always had before
unless you loaded dashed line descriptions into the X resources
database. So...
Before:
- Default was dashed lines, but only if they are in Xresources
- No Xresources file unless you created your own
-> result was default to solid
Now:
- Default is solid lines
- Xresources file defines the dash patterns
-> result is default to solid
> Does the most recent gnuplot installation create or overwrite an
> .Xdefaults file?
No
> And still, there is the issue that the axis line is not solid in the
> latest CVS where the default seemed to be dashed line before.
The axis line is supposed to be an exception (dotted even when the
other line types are solid). It is possible that there is a bug in
that it gets disabled along with the other dash types. I'll check.
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle WA
|