summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/visualtikz/Source/tkzgraph2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/visualtikz/Source/tkzgraph2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/visualtikz/Source/tkzgraph2.tex54
1 files changed, 8 insertions, 46 deletions
diff --git a/Master/texmf-dist/doc/latex/visualtikz/Source/tkzgraph2.tex b/Master/texmf-dist/doc/latex/visualtikz/Source/tkzgraph2.tex
index 10e86b3394b..74f0b98b793 100644
--- a/Master/texmf-dist/doc/latex/visualtikz/Source/tkzgraph2.tex
+++ b/Master/texmf-dist/doc/latex/visualtikz/Source/tkzgraph2.tex
@@ -1,6 +1,4 @@
-%\subsubsection{Graphes avec pgfplot}
-%\SbSSCT{Graphe avec pgfplot}{Graph with pgfplot\label{pgfplot}}
-%Insérer dans le préambule
+
\maboite{\BS{usepackage}\AC{pgfplots} \cite {pgfplots} }
\label{pgfplots}
@@ -11,7 +9,7 @@
\subsubsection{Axes}
\begin{tabular}{|c|c|c|c|} \hline
-% \multicolumn{4}{|c|}{ \textbf{Axes}} \\
+
\multicolumn{4}{|c|}{ \RRP{4-1}}
\\ \hline
\begin{tikzpicture}[scale=.5,blue]
@@ -46,7 +44,6 @@
\end{tabular}
-%\subsubsection{Tracé de la courbe}
\SbSSCT{Tracé de la courbe}{Drawing of the graph}
@@ -65,11 +62,7 @@
\end{axis}
\end{tikzpicture}
&
-%\begin{tikzpicture}[scale=.5]
-%\begin{axis}
-%\addplot gnuplot[id=sin]{sin(x)};
-%\end{axis}
-%\end{tikzpicture}
+
\\ \hline
\BSS{addplot} coordinates & \BSS{addplot} \AC{x\^{}2 - x +4}; & \BSS{addplot} gnuplot[id=sin]\AC{sin(x)};\\
\AC{(0,0) (1,1) (2,0) (3,1) (4,1) (5,2)}; & &
@@ -156,8 +149,6 @@ axes : \RDD{semilogxaxis} & axes : \RDD{semilogxaxis} & axes : \RDD{semilogyaxis
\\ \hline
\end{tabular}
-%\bigskip
-%\subsubsection{Ymin ymax}
\begin{tabular}{|c|c|c|c|} \hline
\begin{tikzpicture}[scale=.4]
\begin{axis}[ymax=20,blue]
@@ -188,10 +179,6 @@ axes : \RDD{semilogxaxis} & axes : \RDD{semilogxaxis} & axes : \RDD{semilogyaxis
\\ \hline
\end{tabular}
-
-
-%--------------------------------------------------------
-%\subsubsection{Dimension unitaire en X et Y}
\SbSbSSCT{Dimension unitaire en X et Y}{Xunit and Yunit}
\begin{tabular}{|c|c|c|c|} \hline
@@ -218,7 +205,6 @@ axes : \RDD{semilogxaxis} & axes : \RDD{semilogxaxis} & axes : \RDD{semilogyaxis
\\ \hline
\end{tabular}
-%\subsubsection{Type de graphiques}
\SbSbSSCT{Type de graphiques}{Graph type}
\begin{tabular}{|c|c|c|c|} \hline
@@ -329,20 +315,13 @@ axes : \RDD{semilogxaxis} & axes : \RDD{semilogxaxis} & axes : \RDD{semilogyaxis
\end{axis}
\end{tikzpicture}
&
-%\begin{tikzpicture}[scale=.5]
-%\begin{axis}
-%\addplot [mesh,ultra thick] gnuplot[id=sin]{sin(x)};
-%\end{axis}
-%\end{tikzpicture}
+
\\ \hline
\RDD{only marks} & \RDD{scatter} & \RDD{mesh}
\\ \hline
\end{tabular}
-
-
-%\subsection{quiver}
\smallskip
\begin{tabular}{|c|c|c|c|} \hline
\multicolumn{2}{|c|}{ \BS{addplot} [\RDD{quiver}=\AC{u=1,v=2*x}],->,samples=5,blue,ultra thick] \AC{x\^{}2 - x +4}; }
@@ -518,10 +497,8 @@ axes : \RDD{semilogxaxis} & axes : \RDD{semilogxaxis} & axes : \RDD{semilogyaxis
\end{tabular}
-%--------------------------------------------------------------------------
-%\subsection{Habillage du graphe}
\SbSSCT{Habillage du graphe}{Graph information}
-%\subsubsection{Titres}
+
\SbSbSSCT{Titres}{Titles}
\begin{tabular}{|c|c|c|c|} \hline
@@ -549,8 +526,6 @@ axes : \RDD{semilogxaxis} & axes : \RDD{semilogxaxis} & axes : \RDD{semilogyaxis
\\ \hline
\end{tabular}
-%-----------------------------------------------------------------------
-%\subsubsection{Légende}
\SbSbSSCT{Légende}{Legend}
\begin{tabular}{|c|c|c|c|} \hline
@@ -576,9 +551,7 @@ axes : \RDD{semilogxaxis} & axes : \RDD{semilogxaxis} & axes : \RDD{semilogyaxis
\BSS{legend}\AC{\$x\^{}2 - x +4\$,\$x\^{}2 - x +2\$,\$x\^{}2 - x \$,\$x\^{}2 - x -2 \$,\$x\^{}2 - x -4 \$}\\
\BS{end}\AC{axis}}
\\ \hline
-%\end{tabular}
-%
-%\begin{tabular}{|c|c|c|c|} \hline
+
\begin{tikzpicture}[blue ,baseline=0pt,scale=.5]
\begin{axis}[legend entries={$x^2 - x +4$,$x^2 - x +2$,$x^2 - x $,$x^2 - x -2 $,$x^2 - x -4 $}]
\addplot {x^2 - x +4};
@@ -586,7 +559,7 @@ axes : \RDD{semilogxaxis} & axes : \RDD{semilogxaxis} & axes : \RDD{semilogyaxis
\addplot {x^2 - x };
\addplot {x^2 - x -2 };
\addplot {x^2 - x -4 };
-%\legend{$x^2 - x +4$,$x^2 - x +2$,$x^2 - x $,$x^2 - x -2 $,$x^2 - x -4 $}
+
\end{axis}
\end{tikzpicture}
&
@@ -613,7 +586,6 @@ Options
\addplot {x^2 - x };
\addplot {x^2 - x -2 };
\addplot {x^2 - x -4 };
-%\legend{$x^2 - x +4$,$x^2 - x +2$,$x^2 - x $,$x^2 - x -2 $,$x^2 - x -4 $}
\end{axis}
\end{tikzpicture}
&
@@ -624,7 +596,6 @@ Options
\addplot {x^2 - x };
\addplot {x^2 - x -2 };
\addplot {x^2 - x -4 };
-%\legend{$x^2 - x +4$,$x^2 - x +2$,$x^2 - x $,$x^2 - x -2 $,$x^2 - x -4 $}
\end{axis}
\end{tikzpicture}
&
@@ -632,7 +603,6 @@ Options
\begin{axis}[legend entries={$x^2 - x +4$,$x^2 - x +2$},legend style={shape=ellipse}]
\addplot {x^2 - x +4};
\addplot {x^2 - x +2};
-%\legend{$x^2 - x +4$,$x^2 - x +2$,$x^2 - x $,$x^2 - x -2 $,$x^2 - x -4 $}
\end{axis}
\end{tikzpicture}
\\ \hline
@@ -680,7 +650,6 @@ legend style=\AC{\RDD{at}=\AC{(.5,.5)}} & legend style=\AC{\RDD{legend pos}=oute
\addplot {x^2 - x };
\addplot {x^2 - x -2 };
\addplot {x^2 - x -4 };
-%\legend{$x^2 - x +4$,$x^2 - x +2$,$x^2 - x $,$x^2 - x -2 $,$x^2 - x -4 $}
\legend{A,B,C,D,E}
\end{axis}
\end{tikzpicture}
@@ -752,9 +721,6 @@ legend style=\AC{\RDD{legend columns}=2} & legend style=\AC{\RDD{legend columns}
\\ \hline
\end{tabular}
-
-%------------------------------------------------------------------------------------------
-%\subsubsection{Taille du graphe}
\SbSbSSCT{Taille du graphe}{Size of the graph}
\begin{tabular}{|c|c|c|c|} \hline
@@ -783,9 +749,6 @@ legend style=\AC{\RDD{legend columns}=2} & legend style=\AC{\RDD{legend columns}
\end{tabular}
-
-%----------------------------------------------------------------------------------------
-%\subsubsection{Quadrillage}
\SbSbSSCT{Quadrillage}{Grids}
\begin{tabular}{|c|c|c|c|} \hline
@@ -847,7 +810,6 @@ legend style=\AC{\RDD{legend columns}=2} & legend style=\AC{\RDD{legend columns}
\\ \hline
\end{tabular}
-
-%-----------------------------------------------------------------------------------
+
\newpage