On 8/13/10 5:04 PM, [email protected] wrote: > Send Matplotlib-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Matplotlib-users digest..." > > > Today's Topics: > > 1. Re: TeX not working with Matplotlib (Jouni Sepp?nen) > 2. Screenshot on homepage (Simon Friedberger) > 3. Re: Screenshot on homepage (Aman Thakral) > 4. Re: Hints on sizing plot elements? (Russell Owen) > 5. False empty strings in csv2rec (Sergi Pons Freixes) > 6. embed matplotlib Figure into Tkinter Canvas ([email protected]) > > > ---------------------------------------------------------------------- > Message: 1 > > Date: Thu, 12 Aug 2010 18:49:44 +0000 (UTC) > From: Jouni Sepp?nen<[email protected]> > Subject: Re: [Matplotlib-users] TeX not working with Matplotlib > To: [email protected] > Message-ID:<[email protected]> > Content-Type: text/plain; charset=utf-8 > > Harry Boer<henriab...@...> writes: > >> This is e-TeX, Version 3.141592-2.1 (Web2C 7.5.2) >> This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009) > These are different versions. Do you have two different TeX distributions > installed on your computer? Yes, I did install TeX Live at a later stage thinking that it would clean up the earlier version.
>> ~ Harry$ which latex >> /usr/local/bin/latex > I think TeX Live installs in /usr/texbin on Mac OS X, although it could make > symlinks in /usr/local/bin. Perhaps /usr/texbin/latex is the version you want. OK, but how do I go about this? Where can I set which version to use. I have set my PATH to /usr/texbin in the .bash_profile, .bashrc and .profile (just to make sure), but how can I make this my default version for Matplotlib? I did not see any path variables in the matplotlibrc file and I'm not going to tinker with that if I'm not sure. > > > ------------------------------ > > Message: 2 > Date: Thu, 12 Aug 2010 22:44:43 +0200 > From: Simon Friedberger<[email protected]> > Subject: [Matplotlib-users] Screenshot on homepage > To: [email protected] > Message-ID:<[email protected]> > Content-Type: text/plain; charset=us-ascii > > Hi list members. > > Does anybody know how to create the graph in the middle of this > http://matplotlib.sourceforge.net/_static/logo_sidebar_horiz.png > image on the homepage. I can't find it in the examples and suspect it > may have been taken out in a previous revision. Does anybody remember? > > Best > Simon > > > > ------------------------------ > > Message: 3 > Date: Thu, 12 Aug 2010 16:57:51 -0400 > From: Aman Thakral<[email protected]> > Subject: Re: [Matplotlib-users] Screenshot on homepage > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Simon, > > I'm fairly sure its just a contour plot with different color mappings for > the lines and the fill. > > There are several examples of this on the site. > > Start here: > http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.contour > > Best of Luck, > Aman > > On Thu, Aug 12, 2010 at 4:44 PM, Simon Friedberger< > [email protected]<simon%[email protected]>> wrote: > >> Hi list members. >> >> Does anybody know how to create the graph in the middle of this >> http://matplotlib.sourceforge.net/_static/logo_sidebar_horiz.png >> image on the homepage. I can't find it in the examples and suspect it >> may have been taken out in a previous revision. Does anybody remember? >> >> Best >> Simon >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by >> >> Make an app they can't live without >> Enter the BlackBerry Developer Challenge >> http://p.sf.net/sfu/RIM-dev2dev >> _______________________________________________ >> Matplotlib-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
