[Tutor] Graphs and Python
Albert-Jan Roskam
fomcl at yahoo.com
Mon Oct 28 20:50:06 CET 2013
--------------------------------------------
On Mon, 10/28/13, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
Subject: Re: [Tutor] Graphs and Python
To: tutor at python.org
Date: Monday, October 28, 2013, 7:38 PM
On 28/10/2013 16:27, SAMADI, BEHROKH
wrote:
> Hi
> I need to use a graph manipulation and visualization
package with Python
> 3.3, on MS Windows XP. I have tried a
number of packages, graphviz,
> pygraphviz, but, cannot get them working,
mostly with syntax errors,
> possibly due to the mismatch of python versions.
> Please let me know what package is supposed to
work with this environment.
> Thanks, Bes
>
How about matplotlib.org with downloads from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.3.1/
===> I like ggplot2 a lot. That's an R (CRAN) package, but you could use that with Rpy or Rpy2: http://ggplot2.org/, http://tinyurl.com/m547kdt
It is based on the Grammar of Graphics (Leland Wilkinson).
Albert-Jan
More information about the Tutor
mailing list