LaTeX

Tikz and PGFPlots

Subsample plots

If you have too much data to plot, your document may take quite a while to compile. To speed things up, you can subsample the data. To plot only a subset, you can follow the discussion here and modify the addplot command in your tikz file.

\addplot[<your options here>,each nth point={100}] ...