From f4e977e7b807d1221c68eabe2b7b54ab3d3e464c Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 23 May 2020 00:38:14 +0100 Subject: Corrected name of produced demonstration table In order to correspond to the updated datalineage plot, the name of the plotted columns was changed to 'columns.txt', but I had forgot to update it in the LaTeX source and since the old file still remained I hadn't noticed. This was found by Boud and corrected. --- tex/src/figure-tools-per-year.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/src/figure-tools-per-year.tex') 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} -- cgit v1.2.1