Plotting

PGFPlots

Documented here

TikZ and PGF

Documentation is here

With julia

Miscellaneous

How to include a `.svg`` into LaTex <http://anorien.csc.warwick.ac.uk/mirrors/CTAN/info/svg-inkscape/InkscapePDFLaTeX.pdf>`_

MWE:

\documentclass[]{memoir}
\usepackage{svg}
\setsvg{inkscape=inkscape -z -D,svgpath=figs/}

\begin{document}

\begin{figure}[!ht]
 \centering
 \includesvg[width=0.5\columnwidth, svgpath = ./relativePATHtoSVG/]{filename}
\end{figure}

\end{document}