aboutsummaryrefslogtreecommitdiff
path: root/tex/delete-me.tex
blob: 32be11c4a51d44cde5a35a4e4ce647eb86e978a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%% PGFPlots code to plot a random set of numbers as demo

\begin{tikzpicture}

  %% Settings of the plotted axis
  \begin{axis}[
      width=\linewidth,
      xlabel=$X$,
      ylabel=$X^2$,
    ]

    %% A particular plot.
    \addplot+[scatter, only marks]
    table {\bdir/tex/delete-me/data.txt};

  \end{axis}
\end{tikzpicture}