Diferencia entre revisiones de «Gnuplot»
De gacq wiki
(→Documentation) |
|||
Línea 6: | Línea 6: | ||
*[http://nucl.sci.hokudai.ac.jp/~ohnishi/gnuplot.html Akira Ohnishi: Library -- Gnuplot Examples] | *[http://nucl.sci.hokudai.ac.jp/~ohnishi/gnuplot.html Akira Ohnishi: Library -- Gnuplot Examples] | ||
*http://www.gnuplot.info/faq/faq.html | *http://www.gnuplot.info/faq/faq.html | ||
+ | |||
+ | =Funciones mas comunes= | ||
+ | <nowiki> | ||
+ | ** "potencia de" x**2 | ||
+ | **(1/3) "raiz cubica" (2-x**3)**(1/3) | ||
+ | </nowiki> | ||
+ | |||
=3D graph= | =3D graph= |
Revisión del 18:33 30 nov 2006
Contenido
Documentation
- gnuplot homepage
- Demo scripts for gnuplot version 4.0
- Manual gnuplot
- Akira Ohnishi: Library -- Gnuplot Examples
- http://www.gnuplot.info/faq/faq.html
Funciones mas comunes
** "potencia de" x**2 **(1/3) "raiz cubica" (2-x**3)**(1/3)
3D graph
set contour base set isosamples 40,40 splot (sin(x)*sin(y))/(x*y)
Varios
Varios graficos en uno
set multiplot
clear
Ver los ejes de coordenadas
set zeroaxis set xtics axis set ytics axis