From: Leonardo M. <lm...@ud...> - 2002-10-05 15:42:15
|
> I was wondering is gnuplot-py compatible with wxPython? It is actually independent. Gnuplot-py talks to gnuplot and gnuplot does the plotting, opens windows, etc (it is a "wrapper" to gnuplot) > I'm trying to plot data with real time. Yes, you can do that. You loop within python, grab the data and send it to gnuplot using gnuplot-py. No problem :-) -- leo |