Skip to content
Snippets Groups Projects
Commit 513a62af authored by Jan Wille's avatar Jan Wille
Browse files

plot erweitert

parent 4bbeed7f
No related branches found
No related tags found
1 merge request!7Example
......@@ -11,7 +11,9 @@
\begin{tikzpicture}
\begin{axis}[MyPlots]
\addplot[FM1,domain=-1:1]{x^2};
\addplot[FM1,domain=-1:1, name path=A]{x^2};
\addplot[FM2,mark=none,domain=-1:1, name path=B]{0.5*x^2-1};
\addplot[pattern color=gray!40, pattern=dots] fill between[of=A and B];
\end{axis}
\end{tikzpicture}
......
......@@ -54,6 +54,7 @@
}{}%
\@ifpackageloaded{pgfplots}{
\usepgfplotslibrary{fillbetween} % mark areas under or between graphs
\usetikzlibrary{patterns} % for using pattern in plots
\if@german
\pgfplotsset{/pgf/number format/use comma}
\fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment