On 2/11/2010 1:24 PM, Wayne Watson wrote: > Suppose I want to produce a scatter, contour, or 3d > plot. What do I need minimally or more widely?
If you just want to work on these in isolation, you just need import matplotlib.pyplot as plt Nothing more. You can now use e.g. plt.plot whenever you want. http://matplotlib.sourceforge.net/users/pyplot_tutorial.html But if you want to embed Matplotlib in a GUI (for example, to make a Tkinter application), you will have to learn some additional details. GUI is best learned by modifying examples, and Matplotlib provides *many* examples. Here are a few extra hints: http://econpy.googlecode.com/svn/trunk/software4econ.xhtml#mpl_hints Alan Isaac ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users