Aug. 3, 2004
6:29 p.m.
On Sun, 1 Aug 2004 Alan G Isaac apparently wrote:
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.
OK, I've confirmed that if I make an instance of scipy.gplt.pyPlot.Plot then the plot_func method works fine for this instance. I don't know enough about Python to guess why gplt is not giving us access to this. Can anyone help? Thank you, Alan Isaac
7923
Age (days ago)
7923
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alan G Isaac