summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-marks.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-marks.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-marks.tex21
1 files changed, 9 insertions, 12 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-marks.tex b/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-marks.tex
index 32ccd34e17..b54b04c69b 100644
--- a/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-marks.tex
+++ b/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-marks.tex
@@ -4,13 +4,13 @@ I distinguished between the points used in Euclidean geometry and the "marks or
To position the symbol, we use the macro \tkzcname{tkzDefPoint} to correctly define a point, then the macro \tkzcname{tkzDrawMark} to draw the symbol.
-It is common to have to draw a scatter plot , so I created a macro that allows you to define several points quickly.
+It is common to have to draw a scatter plot, so I created a macro that allows you to define several points quickly.
A "mark" symbol can be scaled, which is sometimes useful, but, on the other hand, if you change the abscissa and ordinates differently then the "marks" are distorted.
Reminder: it was already possible to create a cloud of points with the macro \tkzcname{tkzDefPoints}, but this requires to give a reference (a name) to each point, which is sometimes tedious. The macro \tkzcname{tkzSetOfPoints} allows to define points \tkzname{tkzPt1}, \tkzname{tkzPt2}, etc.
-This is frequently referred to as the "scatter plot ". The difference from the macro \tkzcname{tkzDefPoints} is that the reference to the points is given by a prefix (default tkzPt) and the point number.
+This is frequently referred to as the "scatter plot". The difference from the macro \tkzcname{tkzDefPoints} is that the reference to the points is given by a prefix (default |tkzPt|) and the point number.
The points are not drawn.
@@ -55,8 +55,7 @@ options & default & definition \\
\subsubsection{Link the points of a scatter plot with \tkzcname{tkzJoinSetOfPoints}}
\begin{tkzexample}[latex=7cm,small]
\begin{tikzpicture}[scale=1]
-\tkzInit[xmax=5,
- ymin=1000,ymax=6000,ystep=1000]
+\tkzInit[xmax=5,ymin=1000,ymax=6000,ystep=1000]
\tkzDrawX[label=$m$,below=13pt]
\tkzDrawY[label=$R(m)$]
\tkzLabelX[font=\scriptsize]
@@ -64,11 +63,9 @@ options & default & definition \\
\tkzDefSetOfPoints{%
1/2000,2/3000,4/2500,5/4200}
\tkzJoinSetOfPoints[%
- thick,
- color=brown]
+ thick, color=brown]
\tkzDrawSetOfPoints[%
- mark=ball
- ,mark size=3pt]
+ mark=ball, mark size=3pt]
\end{tikzpicture}
\end{tkzexample}
@@ -96,7 +93,7 @@ options & default & definition \\
\begin{tabular}{lll}%
options & default & example \\
\midrule
-\TOline{liste}{no default}{\tkzcname{tkzSetUpMark[mark=heart]}}
+\TOline{mark}{no default}{\tkzcname{tkzSetUpMark[mark=heart]}}
\end{tabular}
\end{NewMacroBox}
@@ -124,12 +121,12 @@ options & default & example \\
mark options={color=blue,fill=blue!40}]
\tkzText[draw,color = red,
fill = orange!20](3,5800)%
- {Recette en fonction du mois}
+ {Revenue by month}
\end{tikzpicture}
\end{tkzexample}
\subsection{\tkzcname{tkzDrawMark}}
-\begin{NewMacroBox}{tkzDrawMark}{\oarg{local options}\parg(point)}%
+\begin{NewMacroBox}{tkzDrawMark}{\oarg{local options}\parg{point}}%
Place a symbol. More efficient than the next to place a single symbol.
\medskip
@@ -150,7 +147,7 @@ options & default & definition \\
\end{tkzexample}
\subsection{\tkzcname{tkzDrawMarks}}
-\begin{NewMacroBox}{tkzDrawMarks}{\oarg{local options}\parg(list of points)}%
+\begin{NewMacroBox}{tkzDrawMarks}{\oarg{local options}\parg{list of points}}%
Allows you to place a series of marks.
\medskip