<sect2><title>libmplot</title>
<para>
<command>libmplot</command> is a C api which offers plotting functionality. With this library, you can write source 
code which using drawing primitives such as lines, circles, and so forth, and have the library turn this into a raster.
</para>

<sect3><title>Authors</title>
<para>
<command>libmplot</command> was developed by Michael Still, and can be downloaded from http://www.stillhq.com. It was
developed specifically for the GDMS project, however, is available in a separate library form.
</para>
</sect3>

<sect3><title>Installation</title>
<para>
Follow these steps to install <command>libmplot</command>
</para>

<programlisting>
tar -xvzf libmplot_0_5_4.tgz
cd libmplot-0.5.4
./configure
make
make install
</programlisting>

<para>
If you have installed <command>libmplot</command> on an architecture / operating system combination which supports 
dynamic libraries, then you will need to run the <command>ldconfig</command> command or equivalent.
</para>
</sect3>
</sect2>
