There are three new Julia packages for interfacing with PGF/TikZ <http://www.ctan.org/pkg/pgf> for making publication-quality graphics.
1. TikzPictures.jl <https://github.com/sisl/TikzPictures.jl>. Basic interface to PGF/TikZ. Images can be saved as PDF, SVG, and TEX. If using IJulia, it will output SVG images. 2. PGFPlots.jl <https://github.com/sisl/PGFPlots.jl>. Plotting tool that uses the pgfplots <http://ctan.org/pkg/pgfplots> package (built on top of TikZ). 3. TikzGraphs.jl <https://github.com/sisl/TikzGraphs.jl>. Graph layout package using algorithms built into PGF/TikZ 3.0+. Documentation is provided with each package. Installation of the dependencies (e.g., pdf2svg and pgfplots) is still a bit manual, but instructions are in the documentation.
