aboutsummaryrefslogtreecommitdiff
path: root/tex/src/figure-tools-per-year.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/src/figure-tools-per-year.tex')
-rw-r--r--tex/src/figure-tools-per-year.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/src/figure-tools-per-year.tex b/tex/src/figure-tools-per-year.tex
index f82402f..240ac27 100644
--- a/tex/src/figure-tools-per-year.tex
+++ b/tex/src/figure-tools-per-year.tex
@@ -14,7 +14,7 @@
%% Linear plot, showing the number of papers mentioning tools.
\addplot+ [mark=none, very thick, green!60!black]
- table {tex/build/tools-per-year/tools-per-year.txt};
+ table {tex/build/tools-per-year/columns.txt};
\end{axis}
%% Add the right-side Y axis.
@@ -29,6 +29,6 @@
max space between ticks=20,
]
\addplot+ [ybar, mark=none, fill=red!50!white, red, opacity=0.25]
- table [x index=0, y index=2] {tex/build/tools-per-year/tools-per-year.txt};
+ table [x index=0, y index=2] {tex/build/tools-per-year/columns.txt};
\end{axis}
\end{tikzpicture}