Search found 2 matches

by h4mmk
Sun Apr 08, 2018 5:45 pm
Forum: Graphics, Figures & Tables
Topic: TikZ surface plot file size
Replies: 2
Views: 5238

TikZ surface plot file size

Thanks very much for your helpful advice, which will certainly come in useful!

To get round the problem, I switched from TikZ to Asymptote. The latter seems better suited for displaying surfaces.
by h4mmk
Thu Sep 07, 2017 4:09 pm
Forum: Graphics, Figures & Tables
Topic: TikZ surface plot file size
Replies: 2
Views: 5238

TikZ surface plot file size

Hi, I am plotting three-dimensional surfaces using pgfplots. An example follows.

\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.14}


\begin{document}
\begin{tikzpicture}
\begin{axis}[view={20}{10},axis lines=none,xmin=-15, xmax=15,ymin=-15, ymax=15,zmin=-1, zmax=4 ...