Skip to content
Snippets Groups Projects
Commit 13518fe6 authored by Randolph Maaßen's avatar Randolph Maaßen
Browse files

gnuplot aktualisiert

parent dd362548
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
~ ~
Gnuplot ist eine command-line basierte Anwendung zum plotten von zwei- oder dreidimensionalen Funktionen und Daten. Gnuplot ist eine Kommandozeilen / Skript basierte Anwendung zum plotten von zwei- oder dreidimensionalen Funktionen und Daten.
Zum Lernen von gnuplot bietet sich\\ http://www.gnuplot.info/docs/tutorial.pdf an.\\
Gnuplot lässt sich problemlos in \LaTeX\ integrieren
~ ~
...@@ -26,3 +28,5 @@ set yrange [-2:2] ...@@ -26,3 +28,5 @@ set yrange [-2:2]
set zeroaxis set zeroaxis
plot (x/4)**2, sin(x), 1/x plot (x/4)**2, sin(x), 1/x
\end{verbatim} \end{verbatim}
Die Ausgabe sieht wie folgt aus:\\
\input{gnuplot_plot}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment