[SciPy-user] plot_func

Alan G Isaac aisaac at american.edu
Sun Aug 1 22:23:35 EDT 2004


I noticed that pyPlot.py has:
    def plot_func(self,func):
        self._init_plot()
        if(type(func) == StringType):
            self._send('plot '+ func)
        else:
            print 'error: requires a function as a string'
but gplt.plot_func is not available.
Why?  I want to use this as part of gplt!
How should I proceed?

Thanks,
Alan Isaac






More information about the SciPy-User mailing list