<h1>about</h1>
<p>Django-dataplot is a python library for data visualization based on the <a href="http://djangoproject.com/">Django web framework</a>. It aims to provide Django web developers with an easy way to make graphical plots with their existing Django data models.</p>
<h1>getting started</h1>
<p>I suggest that you get started with Django-dataplot first by <a
href="examples.php">checking out a few of the example plots and
code</a>, then by following the <a
href="installation.php">step-by-step installation guide</a>.
<h1>development</h1>
<p>New and sometimes backwards-incompatible features can be obtained
by checking out a copy of the most recent development version of
Django-dataplot:</p>
<pre>
svn co http://django-dataplot.svn.sf.net/svnroot/django-dataplot/trunk dataplot</pre>
<p>If you are using django-dataplot please send me an email at tdhock
AT users.sf.net</p>
<h1>news</h1>
<ul>
<li>2009-05-25: <a href="installation.php">installation notes for
windows</a> available.</li>
<li>2008-04-29: <a href="http://epydoc.sourceforge.net">Epydoc</a> is
now <a href="epydoc">set up</a> so you can browse another form of
Django-dataplot documentation.</li>
<li>2008-04-24: I have figured out how to use
<a href="http://docs.python.org/lib/module-pydoc.html">pydoc</a>
with django-dataplot, so you can now
<a href="pydoc/dataplot.html">browse django-dataplot docs</a>
through this site. I have also setup
<a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</a>,
so you can
<a href="doxygen/html/index.html">browse those docs</a> as well.
</li>
<li>2008-03-09: Hello, world! I have set up the SourceForge webspace
for Django-dataplot. I will be using this space to provide <a
href="examples.php">examples</a> and publicity for
Django-dataplot.</li>
</ul>