On Thu, 21 Feb 2008, John Hunter apparently wrote: > you should not be using pylab, since you are embedding mpl in a > GTK GUI.
Given the frequency of this question, maybe it would be a good idea on the main project page <URL:http://matplotlib.sourceforge.net/> to augment the text The plotting functions in the pylab interface have a high degree of MatlabĀ® compatibility. to include a caveat: The plotting functions in the pylab interface have a high degree of MatlabĀ® compatibility. (These are suitable for plotting scripts but NOT for GUI embeddding, which should use the matplotlib API.) fwiw, Alan Isaac ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
