I'm using matplotlib and I'm happy with it. Quick plotting is easy
using the pyplot interface, which resembles the popular software
package MATLAB. As your ambitions grow, matplotlib has many
sophisticated tools waiting for you.
--
http://mail.python.org/mailman/listinfo/python-list
On 2011-09-21, Frank Ruiz wrote:
> I am looking to plot some data points related to system metrics.
> Benchmarking, etc. Can someone give some recommendations on a good
> way to graph these datapoints in python. I started looking into
> matplotlib, however was interested in others experiences.
I
On Wed, 21 Sep 2011 08:44:13 -0700, Frank Ruiz wrote:
> I am looking to plot some data points related to system metrics.
> Benchmarking, etc. Can someone give some recommendations on a good way
> to graph these datapoints in python. I started looking into
> matplotlib, however was interested in ot
Thank you,
I will defiantly look into that.
On Jan 5, 2011, at 4:32 AM, Tim Harig wrote:
> On 2011-01-05, Slie wrote:
>> Is there a graphing API, someone suggests?
>
> You should check the archives, variations of this question get asked
> a lot.
>
> I use GNUplot to do my graphing. I sim
On 2011-01-05, Slie wrote:
> Is there a graphing API, someone suggests?
You should check the archives, variations of this question get asked
a lot.
I use GNUplot to do my graphing. I simply pipe it commands and data
through the subprocess module; but, there are libraries available for
interacti
On Wed, Jan 5, 2011 at 2:19 AM, Slie wrote:
> Is there a graphing API, someone suggests?
matplotlib:
http://matplotlib.sourceforge.net/
Cheers,
Chris
--
http://mail.python.org/mailman/listinfo/python-list
you can check pywebgraph
On Wed, Jan 5, 2011 at 3:49 PM, Slie wrote:
> Is there a graphing API, someone suggests?
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
E. J. Gold is the Hi-Tech Shaman wrote:
On Jul 15, 3:38 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
Certainly a "Hi-Tech Shaman" can whip something up to do this, right?
Yes, well E.J. Gold is the Hi-Tech Shaman. I'm Terrence Brannon,
stating that fact :)
So, maybe EJ could whip up such a th
On Jul 15, 3:38 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
>
> Certainly a "Hi-Tech Shaman" can whip something up to do this, right?
>
Yes, well E.J. Gold is the Hi-Tech Shaman. I'm Terrence Brannon,
stating that fact :)
So, maybe EJ could whip up such a thing :)
I like the sci.math answer I go
Google this: "drawing graphs with dot" dotguide.pdf
Look at page ~40ff.
Perhaps a simple script to generate graphviz input. Then let those
excellent tools do the heavy lifting.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of E. J. Gold is the Hi-Tec
E. J. Gold is the Hi-Tech Shaman wrote:
(crossposted to sci.math)
I'm looking for a tool which will take a dataset of tuples indicating
the year of birth and death of a person:
(1872, 1950, "Sri Aurobindo")
(1821, 1910, "Mary Baker Eddy")
(1831, 1891, "HP. Blavatksy")
And graph them out, in ba
There are several different modules for graphing in Python which you
can find easily by searching, but to my knowledge none of them will
simply take in a set of tuples and turn them into what you want,
although I am sure that it is certainly possible to program a app that
could do that for you...
Jacob Davis schrieb:
> I found SM2DGraphView, but I guess that I am too much of a newbie with
> interface builder and pyobjc to figure out how to get SM2DGraphView to
> work. Are there any good tutorials (or better yet, examples) of how to
> get SM2DGraphView to work?
>
> I don't know pyobjc w
I found SM2DGraphView, but I guess that I am too much of a newbie with
interface builder and pyobjc to figure out how to get SM2DGraphView to
work. Are there any good tutorials (or better yet, examples) of how
to get SM2DGraphView to work?
I don't know pyobjc well at all.
Thanks
Jake
On
Thanks for the reply.
I have wxPython installed and have used it. with wx I have just been
using the wx.lib.plot module and the graphing is fine (although in
other posts I note some focus issues).
I have been looking at moving to using interface builder 3.0 and
building Cocoa apps because
Jacob Davis schrieb:
> Hi.
>
> I am developing for mac and using Xcode and Interface Builder 3.0. I
> can make a simple application, but I am having a hard time trying to
> figure out a good way to create a graph or plot for a class project.
>
> Does anybody have any tips on where to get start
On Feb 22, 10:08 pm, Jacob Davis <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I am developing for mac and using Xcode and Interface Builder 3.0. I
> can make a simple application, but I am having a hard time trying to
> figure out a good way to create a graph orplotfor a class project.
>
> Does anybody ha
Jan Rienyer Gadil wrote:
> i'm currently using python 2.3(enthought edition) on win 2000/xp.
> i'm using boa constructor on the GUI part and matplotlib 0.71 on
> plotting the graph.
You should post this on the matplotlib list directly, where your chances of a
reply are much better. I use matplot
18 matches
Mail list logo