Menu

[r183]: / trunk / docs / htdocs / indexcontent.php  Maximize  Restore  History

Download this file

36 lines (23 with data), 1.8 kB

 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
<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-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>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.