Re: Anyone used snap.py for drawing a graph?

2015-04-13 Thread Jerry Hill
On Sun, Apr 12, 2015 at 10:29 PM, Pippo adm2303.2...@gmail.com wrote: Any guide on this? http://snap.stanford.edu/snappy/#download Sure. http://snap.stanford.edu/snappy/#docs -- https://mail.python.org/mailman/listinfo/python-list

Anyone used snap.py for drawing a graph?

2015-04-12 Thread Pippo
Hi, Any guide on this? http://snap.stanford.edu/snappy/#download -- https://mail.python.org/mailman/listinfo/python-list

Re: Drawing a graph

2007-08-18 Thread baalbek
Ghirai wrote: Hello list, I need to draw a graph, 2 axes, 2D, nothing fancy. One of the axes is time, the other one is a series of integers. I don't care much about the output format. Are there any specialized libraries for this, or should i use PIL? Thanks. Hey dude, why don't

Re: Drawing a graph

2007-08-14 Thread Larry Bates
Ghirai wrote: Hello list, I need to draw a graph, 2 axes, 2D, nothing fancy. One of the axes is time, the other one is a series of integers. I don't care much about the output format. Are there any specialized libraries for this, or should i use PIL? Thanks. ReportLab graphics

Drawing a graph

2007-08-13 Thread Ghirai
Hello list, I need to draw a graph, 2 axes, 2D, nothing fancy. One of the axes is time, the other one is a series of integers. I don't care much about the output format. Are there any specialized libraries for this, or should i use PIL? Thanks. -- Regards, Ghirai. --

Re: Drawing a graph

2007-08-13 Thread Helmut Jarausch
Ghirai wrote: Hello list, I need to draw a graph, 2 axes, 2D, nothing fancy. One of the axes is time, the other one is a series of integers. I don't care much about the output format. Are there any specialized libraries for this, or should i use PIL? What about Gnuplot.py

Re: Drawing a graph

2007-08-13 Thread Larry Bates
Ghirai wrote: Hello list, I need to draw a graph, 2 axes, 2D, nothing fancy. One of the axes is time, the other one is a series of integers. I don't care much about the output format. Are there any specialized libraries for this, or should i use PIL? Thanks. ReportLab graphics

Re: Drawing a graph

2007-08-13 Thread markacy
On 12 Sie, 21:09, Ghirai [EMAIL PROTECTED] wrote: Hello list, I need to draw a graph, 2 axes, 2D, nothing fancy. One of the axes is time, the other one is a series of integers. I don't care much about the output format. Are there any specialized libraries for this, or should i use PIL?

Re: Drawing a graph

2007-08-13 Thread Kurt Smith
On 8/12/07, Ghirai [EMAIL PROTECTED] wrote: Hello list, I need to draw a graph, 2 axes, 2D, nothing fancy. One of the axes is time, the other one is a series of integers. I don't care much about the output format. Are there any specialized libraries for this, or should i use PIL? Thanks.

Re: Drawing a graph

2007-08-13 Thread Ghirai
I ended up using matplotlib (http://matplotlib.sourceforge.net). Thanks for the input everyone. -- Regards, Ghirai. -- http://mail.python.org/mailman/listinfo/python-list