1 files changed, 1 insertions(+), 1 deletions(-)
M tikztosvg
M tikztosvg => tikztosvg +1 -1
@@ 186,7 186,7 @@ do
printf '\\usetikzlibrary{%s}\n' "$library" >> "$tex_file"
done
-printf '\\begin{document}\n' >> "$tex_file"
+printf '\\pgfplotsset{compat=1.16}\n\\begin{document}\n' >> "$tex_file"
if ! cat "$input" >> "$tex_file"