gnuplot_curve_styles



On Wed, 2007-10-31 at 20:44 -0700, Robert Dodier wrote:
> I'm not really all that crazy about the big array either.
> But I think there is some value in collecting plot options in one
> place.
> There exists a function named defstruct

defstruct looks better than using an array, but even with it, there are
several plot options which are really flags and are not used most of the
time. For instance logx, logy, gnuplot_out_file, etc.
How about using simple variables such as:
 $gnuplot_out_file: "mygraph"$

if the user had defined that variable, it would be used by plot2d, but
plot.lisp would not define any default value for that variable.

Regards,
Jaime