aboutsummaryrefslogtreecommitdiff
path: root/tex/src/delete-me.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/src/delete-me.tex')
-rw-r--r--tex/src/delete-me.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/tex/src/delete-me.tex b/tex/src/delete-me.tex
new file mode 100644
index 0000000..fc1a1f9
--- /dev/null
+++ b/tex/src/delete-me.tex
@@ -0,0 +1,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 {tex/pipeline/delete-me/data.txt};
+
+ \end{axis}
+\end{tikzpicture}