On Thu, Aug 20, 2009 at 4:08 PM, Justin Findlay<jfind...@gmail.com> wrote:
> I'm trying to find a way to embed matplotlib graphs in LaTeX
> documents.  Ideally a solution would involve converting MPL's output
> to TikZ in order to get native rendering of the graphics and text.
> This seems like the "Right Way" to go, unfortunately, my classes start
> on Monday, and I'm neither python nor TeX guru enough to begin a
> project so ambitious and important.  This is what I have done so far,
> benevolent user that I am,

What's wrong with including the ps/eps output in your latex docs, or
the pdf output for your pdflatex docs?  That's what most people do.
You can enable the "usetex" option if you want tex to render the text

http://matplotlib.sourceforge.net/users/usetex.html

JDH

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to