From: Roger F. <rf...@cy...> - 2003-11-01 18:52:54
|
> I can't get started with version 1.7 on Windows XP Professional Fixed. I got Gnuplot-py working on Windows. The fix is to put an extra set of quotes in the gnuplot_command if there is a space in the path: gnuplot_command = r'"C:\Program Files\gp373w32\pgnuplot.exe"' My assertion that Gnuplot.funcutils was missing was erroneous. No excuse. I also experimented with setting prefer_inline_data to 1, but I found that the demo failed to produce surface plots in this case. -Roger |