|
From: Ethan A M. <merritt@u.washington.edu> - 2004-10-17 03:04:20
|
On Friday 15 October 2004 06:12 am, Petr Mikulik wrote: > Having a datafile with at least 4 columns, for example: > then > splot 'a.dat' > reports > gnuplot> splot 'a3d.dat' > ^ > Wrong number of columns in input data - line 1 Rather than gripe again about how gnuplot assumes too much from the number of columns present, I have now re-organized the code in plot3d.c (get_3ddata) so that it is less sensitive to plot style and number of columns. I suppose the 2D code should be similarly cleaned up, but that will be more work because there are more 2D plot styles. -- Ethan A Merritt Department of Biochemistry & Biomolecular Structure Center University of Washington, Seattle |