Skip to content

Instantly share code, notes, and snippets.

@kailaix
Created November 30, 2018 02:45
Show Gist options
  • Select an option

  • Save kailaix/35168f0717a7a103ff041546ada53596 to your computer and use it in GitHub Desktop.

Select an option

Save kailaix/35168f0717a7a103ff041546ada53596 to your computer and use it in GitHub Desktop.
Julia: export figures to tikz
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