Hello, On Thursday, August 21, 2014 at 11:05:08 PM UTC+2, Mykel Kochenderfer wrote: > > 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. >
This looks great, thanks. However, I run into problems with PGFPlots: Error saving as SVG ERROR: The pdf generation failed. Be sure your latex libraries are fully up to date! You tried: `lualatex --enable-write18 --output-directory=. tikzpicture` The latex on my system (I think a tex live latex on mac) is pdflatex. Does anyone know how I can configure this in PGFPlots? Thanks ---david
