|
From: Ethan M. <merritt@u.washington.edu> - 2007-02-21 22:14:19
|
On Wednesday 21 February 2007 14:05, Ethan Merritt wrote:
>
> Because the default for color displays in not to use dashed lines.
> To force it on:
>
> echo "gnuplot*dashed: on" | xrdb -merge
To expand a bit - the above command will change the default to be
dashed. Whether or not you change the default, you can still toggle
it inside gnuplot by saying
set term x11 {dashed|solid}
To make sure you have a set of dash patterns loaded:
xrdb -merge < /home/local/lib/X11/app-defaults/Gnuplot.app-defaults
(or wherever you put them)
--
Ethan A Merritt Courier Deliveries: 1959 NE Pacific
Dept of Biochemistry M/S 357742
Health Sciences Building
University of Washington - Seattle
|