From: Michael H. <mh...@al...> - 2007-06-14 05:07:15
|
Pablo Aguado wrote: > I have plotted many ydata vs one xdata using the command g.replot(), I > get an error when trying to plot more than 24 lines (24 ydatas). Is > there a limit in the number of ydatas I can plot? If there is a limit, then it is a gnuplot limit, not a Gnuplot.py limit. Gnuplot.py doesn't care how many things you plot. Try plotting so many things using gnuplot directly and see if you get the same error. Michael |