Add section about pgfplots
This commit is contained in:
parent
1163a6039a
commit
916e4fc27a
7 changed files with 124 additions and 0 deletions
12
codebeispiele/pgfplots-plot-data.tex
Normal file
12
codebeispiele/pgfplots-plot-data.tex
Normal file
|
@ -0,0 +1,12 @@
|
|||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
title=Import from table,
|
||||
xlabel={$x$},
|
||||
ylabel={$y$},
|
||||
legend pos = outer north east,
|
||||
]
|
||||
\addplot [blue] table
|
||||
{codebeispiele/pgfplots-data.dat};
|
||||
\legend{$\approx x^2$}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
Loading…
Add table
Add a link
Reference in a new issue