On Tue, Jul 1, 2008 at 3:39 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: >> We could always just make the plotting section one of those "it's just >> an example not a doctest" things and remove the ">>>" (since it >> doesn't appear to provide any useful test coverage or anything). > > Would it serve to overload plot with a function that does zippo?
Probably not in this case; there's an explicit matplotlib import, and then a bunch of method calls on a matplotlib object: >>> from matplotlib import pyplot as plt >>> window = np.bartlett(51) >>> plt.plot(window) >>> plt.title("Bartlett window") and so on. _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion