1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html"; charset=utf-8" \>
<title>giza</title>
<link rel="stylesheet" href="style.css" type="text/css" \>
</head>
<div class="header">
<a href="/giza"><img alt="giza" src="title.png"\></a>
</div>
<div id="menucontainer">
<ul id="menulist">
<li><a href="news/">news</a></li>
<li><a href="download/">download</a></li>
<li><a href="documentation/">documentation</a></li>
<li><a href="contact/">contact</a></li>
<li><a href="samples/">samples</a></li>
</ul>
</div>
<div id="content">
<h1>Overview</h1>
<p>Giza is an open, lightweight scientific plotting library built on top of
<a href="http://www.cairographics.org">cairo</a> that provides
uniform output to multiple devices.<br> Giza is currently distributed under
the <a href="https://www.gnu.org/licenses/lgpl-3.0.html">
LGPL license</a>. It is written in standard ANSI C and has bindings for Fortran 90/95/2003.<br>
Devices currently supported by giza are: the X Window system, PDF,
PostScript, eps, png and svg.</p>
<p>Giza also provides a drop-in, modern replacement for the PGPLOT graphics library (libpgplot and libcpgplot).
Current status of the PGPLOT interface <a href="documentation/pgplot.html">here</a>.</p>
<p>
Written by James Wetter and Daniel Price, initially as a backend for the
<a href="http://users.monash.edu.au/~dprice/splash">splash</a> visualisation tool.
</p>
</div>
</html>
|