|
From: Hans-Bernhard B. <br...@ph...> - 2004-09-12 16:32:59
|
Ethan Merritt wrote:
> Could you please modify this array and the code that uses it
> so that rather than assuming, for instance, POINTSTYLE==1,
> the array includes the actual current values to test against?
> I imagine it would look something like
>
> df_bin_default_columns default_style_cols[] = {
> {LINES, 1, 1},
> {POINTSTYLE, 1, 1},
> [... and so on]
Better yet, Someone[^TM] take this as motivation to finally create the
long overdue "properties of a plotting style" data structure. Besides
the above, there are already quite a list of per-style pieces of
information scattered all across the code (including inside the plot
style numbers themselves!). Those really need to be collected and
organized in an orderly fashion.
|