diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-23 00:38:14 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-23 00:38:14 +0100 |
commit | f4e977e7b807d1221c68eabe2b7b54ab3d3e464c (patch) | |
tree | cbec5c76ed762f841fd5842c4e3a51ce9c8f31a4 /tex | |
parent | 7b008dfbb9b2f6a1f5145e3841464e723f590feb (diff) |
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.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/src/figure-tools-per-year.tex | 4 |
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} |