diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-25 22:01:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-25 22:01:58 +0000 |
commit | 1e611e5edb570cb045a27e8fa52e7ffa36ba2f29 (patch) | |
tree | 7ab33bc15b74c32c00a740fca680c541387320eb /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex | |
parent | 59ded7330e89e2fd397692f54866a264ef5ba679 (diff) |
pgf (25dec20)
git-svn-id: svn://tug.org/texlive/trunk@57224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex index a757b394a2c..c069c1a44be 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex @@ -140,7 +140,7 @@ if it is |o| or |u|. In the first case, the point is considered to be an second case, the point is considered to be \emph{undefined}, which also results in a new subpath being started. Again, see Section~\ref{section-plot-jumps} on how to change this, if necessary. (This is exactly the format that -\textsc{gnuplot} produces when you say |set terminal table|.) +\textsc{gnuplot} produces when you say |set table|.) % \begin{codeexample}[] \tikz \draw plot[mark=x,smooth] file {plots/pgfmanual-sine.table}; |