#!/usr/bin/env python # coding: utf-8 # # Creating Plots for LaTeX Documents # [back to overview page](index.ipynb) # two different Python interfaces for PGFPLOTS: # https://github.com/lucastheis/pypgf # https://github.com/olivierverdier/pygfplots # # matplotlib PGF backend: # http://matplotlib.org/users/pgf.html # # convert matplotlib figures to PGFPLOTS: # https://github.com/nschloe/matplotlib2tikz # Some random PGFPLOTS links: # # http://pgfplots.net/tikz/examples/ # # http://tex.stackexchange.com/questions/39145/scaling-colormaps-with-pgfplots # # http://guido.vonrudorff.de/using-matplotlib-colorbars-in-pgfplots/ # # http://tug.org/TUGboat/tb34-2/tb107dugge.pdf (Tufte-style plots) # # # LaTeXiPy: # https://latexipy.readthedocs.io/ # https://github.com/masasin/latexipy #

# # CC0 # #
# To the extent possible under law, # the person who associated CC0 # with this work has waived all copyright and related or neighboring # rights to this work. #