[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] creating a x-y graph using plot() in python??
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] creating a x-y graph using plot() in python?? |
Date: |
Sun, 2 Jan 2011 09:14:53 +0100 |
> I want to plot a graph(x/y axis) using python in igraph, similar to the graph
> that's drawn here using R :
You need the matplotlib package for that in Python (see
http://matplotlib.sf.net), igraph does not do scatterplots.
--
T.