matplotlib2tikz

Hi everyone,

I recently uploaded matplotlib2tikz to PyPi [1] and would love some
feedback.

Cheers,
Nico

[1] https://pypi.python.org/pypi/matplotlib2tikz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20151015/c5bdf645/attachment.html>

Nico Schl?mer wrote:

Hi everyone,

I recently uploaded matplotlib2tikz to PyPi [1] and would love some
feedback.

Cheers,
Nico

[1] matplotlib2tikz · PyPI

Thanks! Seems interesting.

But I've never understood the advantages of using tikz rather than just
including a pdf into the latex (or lyx).

I've never used tikz or pgf directly myself. But they can do some pretty
neat things:

···

On Thu, Oct 15, 2015 at 5:38 AM, Neal Becker <ndbecker2 at gmail.com> wrote:

Nico Schl?mer wrote:

> Hi everyone,
>
> I recently uploaded matplotlib2tikz to PyPi [1] and would love some
> feedback.
>
> Cheers,
> Nico
>
>
> [1] matplotlib2tikz · PyPI

Thanks! Seems interesting.

But I've never understood the advantages of using tikz rather than just
including a pdf into the latex (or lyx).

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20151015/c6b601dc/attachment.html&gt;

Using a TiKz code instead of a PDF allows to have consistent formatings
easily. For example, if I change the font of my Latex document containing a
TiKz plot I do not have to edit this plot, almost everytime. In the case of
a PDF, I will have to edit my document if I want my font to be the same.
You can imagine other LaTeX features.

But having a lot of TiKz pictures can't slow down dramatically the
compilation of a LaTeX document.
Le 15 oct. 2015 14:39, "Neal Becker" <ndbecker2 at gmail.com> a ?crit :

Nico Schl?mer wrote:

> Hi everyone,
>
> I recently uploaded matplotlib2tikz to PyPi [1] and would love some
> feedback.
>
> Cheers,
> Nico
>
>
> [1] matplotlib2tikz · PyPI

Thanks! Seems interesting.

But I've never understood the advantages of using tikz rather than just
including a pdf into the latex (or lyx).

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20151015/c8212c89/attachment.html&gt;