<html>
<head>
<title>Django-dataplot</title>
</head>
<body>
<h1>Django-dataplot: 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>Django-dataplot: downloads</h1>
<p>I suggest that you check out a copy of the most recent development version of Django-dataplot by using the following Subversion command:
<pre>svn co http://django-dataplot.svn.sf.net/svnroot/django-dataplot/trunk dataplot</pre>
<p>A good place to move the resulting <tt>dataplot</tt> directory on Ubuntu is <tt>/usr/local/lib/python2.4/site-packages</tt>, but it will be functional anywhere as long as it is on your python path.</p>
<p>Alternatively, you can go to the <a href="http://sourceforge.net/project/showfiles.php?group_id=202124">SourceForge download page</a> and get a copy of one of the stable releases. </p>
<h1>Django-dataplot: news</h1>
<ul>
<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.</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>
<?php include('footer.php') ?>
</body>
</html>