Wiki source for LinuxGnuplot


Show raw source

=====Gnuplot=====


===Beispiel===

%%
set terminal png size 400,400
set output "bsp.p3~ngs"
set output "bsp.pngs"
set output "bsp.png"
set xlabel "x"
set ylabel "f(x)"
set title "Beispiel der trigonometrischen Funktionen"
plot [0:(2*pi)][-1.1:1.1] sin(2*x), cos(.5*x) with points, 0.5*tan(x) with linespoints
%%

===Links===

Grundkurs
http://userpage.fu-berlin.de/~voelker/gnuplotkurs/gnuplotkurs.html

Funktions- und Parameterreferenz
http://www.uni-hohenheim.de/~aurbach/gnuplot/gnuplot.html

[[SmithDiagramm Smith-Chart]] mit gnuplot
http://wwwex.physik.uni-ulm.de/lehre/physikalischeelektronik/phys_elektr/node361.html



----
Siehe auch {{backlinks}}
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki