gnuplot_curve_styles



On Thu, 2007-11-01 at 22:47 -0700, Robert Dodier wrote:
> Another possibility is to define a plotting namespace (via the
> Lisp package system) and make the plot options global variables
> in that namespace. Then the user could refer to them as, say,
> plotting`logx or plotting`output_file. (Assuming the namespace
> resolution operator is backtick; could be something else.)
> I made some progress on a namespace system but it is kind of
> clumsy. Maybe it's time to revisit that.
I like that approach, in the long term. For now, and as a quick fix, I
think I'm going to put everything related to plotting in the
plot_options global array