|
From: Ethan M. <merritt@u.washington.edu> - 2004-09-12 16:33:25
|
On Sunday 12 September 2004 09:24 am, Ethan Merritt wrote:
>
> In datafile.c there is an array
>
> df_bin_default_columns default_style_cols[LAST_PLOT_STYLE + 1] = {
> {1, 1}, /* LINES */
> {1, 1}, /* POINTSTYLE */
> [... and so on]
And another question occurs to me.
How does this work at all for plot styles which apply both to
2D and 3D plot styles? I may have missed it, but I couldn't
find a line of code that adjusts the expected number of
columns to be 1 greater in 3D mode.
|