Created
November 30, 2018 02:45
-
-
Save kailaix/35168f0717a7a103ff041546ada53596 to your computer and use it in GitHub Desktop.
Julia: export figures to tikz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using PyPlot | |
| using PyCall | |
| @pyimport matplotlib2tikz as mpl | |
| mpl.save("figures/fig.tex") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment