\ Gnuplot - Chem Wiki

Gnuplot

From Default

(Difference between revisions)
Jump to: navigation, search
(New page: __TOC__ June 27, 2008 Inoperable here. Copied from wiki server befroe rebuild. ==Description== Extension for automatic plotting. [http://www.gnuplot.info/ the description of the pro...)
(Demo)
 
Line 19: Line 19:
==Demo==
==Demo==
 +
===Plot functions===
<gnuplot>
<gnuplot>
-
set size 1,1
 
set xlabel "x"
set xlabel "x"
set ylabel "y"
set ylabel "y"
-
plot [x=-4:4] x**2-3, -x**2
+
plot [x=-4:4] x**2-3, -x**2 with points
</gnuplot>
</gnuplot>

Latest revision as of 17:30, 7 January 2009

Contents


June 27, 2008 Inoperable here.  Copied from wiki server befroe rebuild.

Description

Extension for automatic plotting.


the description of the program Mediawiki description php source


Install

Windows

Demo

Plot functions

Gnuplot Plot

Documentation

[1]

Views
Personal tools