Skip to content

Commit

Permalink
docs: set terminal table -> set table #952
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Dec 11, 2020
1 parent 1412673 commit a4c2757
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 36 deletions.
2 changes: 1 addition & 1 deletion doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ \subsubsection{Commands That Generate Plot Streams}
file it writes
%
\begin{codeexample}[code only, tikz syntax=false]
set terminal table; set output "#1.table"; set format "%.5f"
set table "#1.table"; set format "%.5f"
\end{codeexample}
%
where |#1| is replaced by \meta{prefix}. Then, in a second line, it writes
Expand Down
2 changes: 1 addition & 1 deletion doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ \subsection{Plotting Points Read From an External File}
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};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-asymptotic-example.table"; set format "%.5f"
set table "plots/pgf-asymptotic-example.table"; set format "%.5f"
set samples 200; set parametric; plot [t=0.4:1.5] (t*t*t)*sin(1/(t*t*t)),(t*t*t)*cos(1/(t*t*t))
2 changes: 1 addition & 1 deletion doc/generic/pgf/text-en/plots/pgf-exp.gnuplot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-exp.table"; set format "%.5f"
set table "plots/pgf-exp.table"; set format "%.5f"
set samples 25; plot [x=0:4] 0.05*exp(x)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-parametric-example.table"; set format "%.5f"
set table "plots/pgf-parametric-example.table"; set format "%.5f"
set samples 25; set parametric; plot [t=-3.141:3.141] t*sin(t),t*cos(t)
2 changes: 1 addition & 1 deletion doc/generic/pgf/text-en/plots/pgf-sin.gnuplot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-sin.table"; set format "%.5f"
set table "plots/pgf-sin.table"; set format "%.5f"
set samples 25; plot [x=0:4] sin(x)
2 changes: 1 addition & 1 deletion doc/generic/pgf/text-en/plots/pgf-x.gnuplot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-x.table"; set format "%.5f"
set table "plots/pgf-x.table"; set format "%.5f"
set samples 25; plot [x=0:4] x
3 changes: 1 addition & 2 deletions doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set terminal table
set output "pgfmanual-sine.table"
set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgfplotgnuplot-example.table"; set format "%.5f"
set table "plots/pgfplotgnuplot-example.table"; set format "%.5f"
plot [x=0:3.5] x*sin(x)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set terminal table
set output "pgfmanual-sine.table"
set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set terminal table
set output "pgfmanual-sine.table"
set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set terminal table
set output "pgfmanual-sine.table"
set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set terminal table
set output "pgfmanual-sine.table"
set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-asymptotic-example.table"; set format "%.5f"
set table "plots/pgf-asymptotic-example.table"; set format "%.5f"
set samples 200; set parametric; plot [t=0.4:1.5] (t*t*t)*sin(1/(t*t*t)),(t*t*t)*cos(1/(t*t*t))
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-exp.table"; set format "%.5f"
set table "plots/pgf-exp.table"; set format "%.5f"
set samples 25; plot [x=0:4] 0.05*exp(x)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-parametric-example.table"; set format "%.5f"
set table "plots/pgf-parametric-example.table"; set format "%.5f"
set samples 25; set parametric; plot [t=-3.141:3.141] t*sin(t),t*cos(t)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-sin.table"; set format "%.5f"
set table "plots/pgf-sin.table"; set format "%.5f"
set samples 25; plot [x=0:4] sin(x)
2 changes: 1 addition & 1 deletion doc/generic/pgf/version-for-tex4ht/en/plots/pgf-x.gnuplot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-x.table"; set format "%.5f"
set table "plots/pgf-x.table"; set format "%.5f"
set samples 25; plot [x=0:4] x
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set terminal table
set output "pgfmanual-sine.table"
set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgfplotgnuplot-example.table"; set format "%.5f"
set table "plots/pgfplotgnuplot-example.table"; set format "%.5f"
plot [x=0:3.5] x*sin(x)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-asymptotic-example.table"; set format "%.5f"
set table "plots/pgf-asymptotic-example.table"; set format "%.5f"
set samples 200; set parametric; plot [t=0.4:1.5] (t*t*t)*sin(1/(t*t*t)),(t*t*t)*cos(1/(t*t*t))
2 changes: 1 addition & 1 deletion doc/generic/pgf/version-for-vtex/en/plots/pgf-exp.gnuplot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-exp.table"; set format "%.5f"
set table "plots/pgf-exp.table"; set format "%.5f"
set samples 25; plot [x=0:4] 0.05*exp(x)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-parametric-example.table"; set format "%.5f"
set table "plots/pgf-parametric-example.table"; set format "%.5f"
set samples 25; set parametric; plot [t=-3.141:3.141] t*sin(t),t*cos(t)
2 changes: 1 addition & 1 deletion doc/generic/pgf/version-for-vtex/en/plots/pgf-sin.gnuplot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-sin.table"; set format "%.5f"
set table "plots/pgf-sin.table"; set format "%.5f"
set samples 25; plot [x=0:4] sin(x)
2 changes: 1 addition & 1 deletion doc/generic/pgf/version-for-vtex/en/plots/pgf-x.gnuplot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgf-x.table"; set format "%.5f"
set table "plots/pgf-x.table"; set format "%.5f"
set samples 25; plot [x=0:4] x
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set terminal table
set output "pgfmanual-sine.table"
set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set terminal table; set output "plots/pgfplotgnuplot-example.table"; set format "%.5f"
set table "plots/pgfplotgnuplot-example.table"; set format "%.5f"
plot [x=0:3.5] x*sin(x)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set terminal table
set output "pgfmanual-sine.table"
set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)

0 comments on commit a4c2757

Please sign in to comment.