Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipstick
Commits
02c86240
Commit
02c86240
authored
10 years ago
by
Randolph Maaßen
Committed by
Christopher
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gnuplot aktualisiert
parent
1f453986
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doku/gnuplot.tex
+5
-1
5 additions, 1 deletion
Doku/gnuplot.tex
Doku/gnuplot_plot.tex
+552
-0
552 additions, 0 deletions
Doku/gnuplot_plot.tex
with
557 additions
and
1 deletion
Doku/gnuplot.tex
+
5
−
1
View file @
02c86240
...
@@ -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.
Click to expand it.
Doku/gnuplot_plot.tex
0 → 100644
+
552
−
0
View file @
02c86240
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment