|
From: beginner1 <dil...@ya...> - 2008-04-16 11:17:27
|
i understand that
i installed gnuplot-4.2 version
it works correctly from linux terminal
but when i try to run gnuplot from python IDE, it gives same error
import Gnuplot, Gnuplot.funcutils
gplot = Gnuplot.Gnuplot(debug = 1)
gplot('plot sin(x)')
Thomas Sefzick wrote:
>
> gnuplot-py is an interface to gnuplot, so it is not gnuplot.
> it needs gnuplot, but it doesn't install gnuplot.
> you have to install gnuplot separately, in your case the windows version.
> see
> http://www.gnuplot.info/
> for more information.
>
>
--
View this message in context: http://www.nabble.com/problem-in-installation-of-gnuplot-tp16716410p16720993.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|