Skip to content

Instantly share code, notes, and snippets.

@apalugniok
apalugniok / pgfplots.tex
Created November 23, 2017 15:53
PGFPlots Error
\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\pgfplotsset{every axis legend/.append style={%
cells={anchor=west}}
}
\usepgfplotslibrary{polar}
\usetikzlibrary{arrows}
\tikzset{>=stealth'}