Which PyQt-compatible, performant graphing library should I use?

2019-09-07 Thread kangalioo654
Hi, Currently I'm making a statistics tool for a game I'm playing with PyQt5. I'm not happy with my current graphing library though. In the beginning I've used matplotlib, which was way too laggy for my use case. Currently I have pyqtgraph, which is snappy, but is missing u

Re: Graphing

2011-09-22 Thread John Ladasky
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

Re: Graphing

2011-09-21 Thread Grant Edwards
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

Re: Graphing

2011-09-21 Thread Peter Pearson
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

Graphing

2011-09-21 Thread Frank Ruiz
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. -- http://mail.python.org/mailman/listinfo/p

Re: Graphing API,

2011-01-05 Thread Slie
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 GNUpl

Re: Graphing API,

2011-01-05 Thread Tim Harig
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

Re: Graphing API,

2011-01-05 Thread Chris Rebert
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

Re: Graphing API,

2011-01-05 Thread Nitin Pawar
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

Graphing API,

2011-01-05 Thread Slie
Is there a graphing API, someone suggests? -- http://mail.python.org/mailman/listinfo/python-list

Re: Recommend Commercial graphing library

2010-04-08 Thread Giacomo Boffi
Grant Edwards writes: > If it's 2D data, you don't need to use a 3D graph. if it's tabular data, you don't need an uber-histogram -- giampippetto, coso, come si chiama? ah si` "MMAX" ha scritto: > Tra il trascendente e l'interpretazione prevalente del dato come > assioma ne passa... -- http://

Re: Recommend Commercial graphing library

2010-04-07 Thread David Bolen
AlienBaby writes: > I'd be grateful for any suggestions / pointers to something useful, Ignoring the commercial vs. open source discussion, although it was a few years ago, I found Chart Director (http://www.advsofteng.com/) to work very well, with plenty of platform and language support, includ

Re: Recommend Commercial graphing library

2010-04-06 Thread Grant Edwards
On 2010-04-07, Lie Ryan wrote: > On 04/07/10 02:22, Grant Edwards wrote: >> On 2010-04-06, Grant Edwards wrote: >>> On 2010-04-06, Jean-Michel Pichavant wrote: Pablo Recio Quijano wrote: > Why must be commercial, when there is open and free alternatives? Like > GNU Plot.

Re: Recommend Commercial graphing library

2010-04-06 Thread Lie Ryan
On 04/07/10 02:22, Grant Edwards wrote: > On 2010-04-06, Grant Edwards wrote: >> On 2010-04-06, Jean-Michel Pichavant wrote: >>> Pablo Recio Quijano wrote: Why must be commercial, when there is open and free alternatives? Like GNU Plot. >>> >>> Gnuplot is ugly. I'm using it because I d

Re: Recommend Commercial graphing library

2010-04-06 Thread Grant Edwards
On 2010-04-06, Duncan Booth wrote: > Grant Edwards wrote: > >> Seriously, most of the graphs I've seen in "presentations" would make >> Ed Tufte spin in his grave. > > http://flowingdata.com/2010/03/20/powerpoint-and-dying-kittens/ :) Years ago I was walking past a marketing guy's cube, and on

Re: Recommend Commercial graphing library

2010-04-06 Thread Grant Edwards
On 2010-04-06, superpollo wrote: > Grant Edwards ha scritto: >> On 2010-04-06, Grant Edwards wrote: >>> On 2010-04-06, Jean-Michel Pichavant wrote: Pablo Recio Quijano wrote: > Why must be commercial, when there is open and free alternatives? Like > GNU Plot. Gnuplot is ugly.

Re: Recommend Commercial graphing library

2010-04-06 Thread Robert Kern
On 2010-04-06 11:44 AM, superpollo wrote: Grant Edwards ha scritto: On 2010-04-06, Grant Edwards wrote: On 2010-04-06, Jean-Michel Pichavant wrote: Pablo Recio Quijano wrote: Why must be commercial, when there is open and free alternatives? Like GNU Plot. Gnuplot is ugly. I'm using it beca

Re: Recommend Commercial graphing library

2010-04-06 Thread AlienBaby
I am just looking at the PSF license now as it goes. It does appear that we should be able to continue using matplotlib. - the restrictions on open-source that have been imposed specifically state it is fine to use the python language, and if matplotlib has the same license I personally can't see a

Re: Recommend Commercial graphing library

2010-04-06 Thread Duncan Booth
Grant Edwards wrote: > Seriously, most of the graphs I've seen in "presentations" would make > Ed Tufte spin in his grave. http://flowingdata.com/2010/03/20/powerpoint-and-dying-kittens/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Recommend Commercial graphing library

2010-04-06 Thread superpollo
Grant Edwards ha scritto: On 2010-04-06, Grant Edwards wrote: On 2010-04-06, Jean-Michel Pichavant wrote: Pablo Recio Quijano wrote: Why must be commercial, when there is open and free alternatives? Like GNU Plot. Gnuplot is ugly. I'm using it because I don't care if it's ugly but it clearl

Re: Recommend Commercial graphing library

2010-04-06 Thread Michael Torrie
On 04/06/2010 10:05 AM, AlienBaby wrote: > The requirement for a commercial license comes down to being > restricted to not using any open source code. If it's an open source > license it can't be used in our context. Python itself and all its standard libraries are open source, under the PSF lice

Re: Recommend Commercial graphing library

2010-04-06 Thread Benjamin Kaplan
On Tue, Apr 6, 2010 at 9:05 AM, AlienBaby wrote: > On Apr 6, 4:24 pm, Jean-Michel Pichavant > wrote: >> Pablo Recio Quijano wrote: >> > Why must be commercial, when there is open and free alternatives? Like >> > GNU Plot. >> >> Gnuplot is ugly. I'm using it because I don't care if it's ugly but i

Re: Recommend Commercial graphing library

2010-04-06 Thread Grant Edwards
On 2010-04-06, Grant Edwards wrote: > On 2010-04-06, Jean-Michel Pichavant wrote: >> Pablo Recio Quijano wrote: >>> Why must be commercial, when there is open and free alternatives? Like >>> GNU Plot. >> >> Gnuplot is ugly. I'm using it because I don't care if it's ugly but it >> clearly lacks

Re: Recommend Commercial graphing library

2010-04-06 Thread Paul McGuire
On Apr 6, 11:05 am, AlienBaby wrote: > The requirement for a commercial license comes down to being > restricted to not using any open source code. If it's an open source > license it can't be used in our context. You may be misunderstanding this issue, I think you are equating "open source" with

Re: Recommend Commercial graphing library

2010-04-06 Thread Ed Keith
--- On Tue, 4/6/10, AlienBaby wrote: > From: AlienBaby > Subject: Re: Recommend Commercial graphing library > To: python-list@python.org > Date: Tuesday, April 6, 2010, 12:05 PM > On Apr 6, 4:24 pm, Jean-Michel > Pichavant > wrote: > > Pablo Recio Quijano wrote: &

Re: Recommend Commercial graphing library

2010-04-06 Thread Grant Edwards
On 2010-04-06, Jean-Michel Pichavant wrote: > Pablo Recio Quijano wrote: >> Why must be commercial, when there is open and free alternatives? Like >> GNU Plot. > > Gnuplot is ugly. I'm using it because I don't care if it's ugly but it > clearly lacks of look & feel for presentations, as requeste

Re: Recommend Commercial graphing library

2010-04-06 Thread AlienBaby
On Apr 6, 4:24 pm, Jean-Michel Pichavant wrote: > Pablo Recio Quijano wrote: > > Why must be commercial, when there is open and free alternatives? Like > > GNU Plot. > > Gnuplot is ugly. I'm using it because I don't care if it's ugly but it > clearly lacks of look & feel for presentations, as requ

Re: Recommend Commercial graphing library

2010-04-06 Thread Jean-Michel Pichavant
Pablo Recio Quijano wrote: Why must be commercial, when there is open and free alternatives? Like GNU Plot. Gnuplot is ugly. I'm using it because I don't care if it's ugly but it clearly lacks of look & feel for presentations, as requested by the OP. You have http://matplotlib.sourceforge.ne

Re: Recommend Commercial graphing library

2010-04-06 Thread Pablo Recio Quijano
Why must be commercial, when there is open and free alternatives? Like GNU Plot. 2010/4/6 AlienBaby > Hi, > > I'm on the hunt for a good quality commercially licensed graphing / > plotting library and wondered if anyone here had any recomendations. > The work to be done is l

Recommend Commercial graphing library

2010-04-06 Thread AlienBaby
Hi, I'm on the hunt for a good quality commercially licensed graphing / plotting library and wondered if anyone here had any recomendations. The work to be done is less scientific, more presentational, (I'm not going to be dealing with heatmaps / vectors etc.., just the usual bar / lin

Re: graphing lifelines

2008-07-15 Thread Larry Bates
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

Re: graphing lifelines

2008-07-15 Thread E. J. Gold is the Hi-Tech Shaman
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

RE: graphing lifelines

2008-07-15 Thread Brock Massel
is the Hi-Tech Shaman Sent: Tuesday, July 15, 2008 14:57 To: python-list@python.org Subject: graphing lifelines (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") (182

Re: graphing lifelines

2008-07-15 Thread Larry Bates
" can whip something up to do this, right? -Larry P. S. you will need look for something like a high-low graph or do something custom. I've used ReportLab's Graphing module quite effectively. All depends on what format you want the output to be in. -- http://mail.python.org/mailman/listinfo/python-list

Re: graphing lifelines

2008-07-15 Thread Jordan
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

graphing lifelines

2008-07-15 Thread E. J. Gold is the Hi-Tech Shaman
(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 bars, annotating them with the person's name

Re: graphing/plotting with python and interface builder

2008-02-24 Thread Diez B. Roggisch
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

Re: graphing/plotting with python and interface builder

2008-02-23 Thread Jacob Davis
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

Re: graphing/plotting with python and interface builder

2008-02-23 Thread Jacob Davis
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

Re: graphing/plotting with python and interface builder

2008-02-23 Thread Diez B. Roggisch
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

Re: graphing/plotting with python and interface builder

2008-02-22 Thread Peter Wang
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

graphing/plotting with python and interface builder

2008-02-22 Thread Jacob Davis
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 started, or on how to do this? I ha

ANN: matplotlib 0.90.1 graphing package

2007-06-05 Thread [EMAIL PROTECTED]
matplotlib-0.90.1 has just been released. matplotlib is a graphing package for python which can be used interactively from the python shell ala Mathematica or Matlab, embedded in a GUI application, or used in batch mode to generate graphical hardcopy, eg in a web application server. Many raster

Re: newbie graphing recommendations ?

2006-07-17 Thread John Hunter
> "bearophileHUGS" == bearophileHUGS <[EMAIL PROTECTED]> writes: bearophileHUGS> I think MatPlotLib can do this too, if your bearophileHUGS> computer is fast enough. >> i would also like to have the bars and graphs have nice shading >> if possible to give it a really attracti

Re: newbie graphing recommendations ?

2006-07-16 Thread bearophileHUGS
Bryan: > do you think that pygame would be a good alternative to matplotlib to create > some graphs such simple bar and line graphs? For graphs MatPlotLib is usually better, and its antialiasing library (Anti-Grain Geometry) is wonderful. Pygame gives a bit more freedom but you have to do all for

Re: newbie graphing recommendations ?

2006-07-15 Thread Bryan
[EMAIL PROTECTED] wrote: > Adam wrote: >> Where should a py newbie start to do some 2D graphs on screen ? >> PythonGraphApi, >> Gato, looks interesting >> pygraphlib, >> matplotlib, >> is there a best native Python place to start ? > > The only good and simple way I have found so far to do some fr

Re: newbie graphing recommendations ?

2006-07-15 Thread bearophileHUGS
Adam wrote: > Where should a py newbie start to do some 2D graphs on screen ? > PythonGraphApi, > Gato, looks interesting > pygraphlib, > matplotlib, > is there a best native Python place to start ? The only good and simple way I have found so far to do some free graphics with Python in a Window i

Re: newbie graphing recommendations ?

2006-07-15 Thread jc
Adam wrote: > Where should a py newbie start to do some 2D graphs on screen ? > > PythonGraphApi, > Gato, looks interesting > pygraphlib, > matplotlib, > > is there a best native Python place to start ? > > > If you are going to be in wxPython try the 'PyPlot.py' examples in the

Re: newbie graphing recommendations ?

2006-07-02 Thread Scott David Daniels
Adam wrote: > Where should a py newbie start to do some 2D graphs on screen ? > PythonGraphApi, > Gato, looks interesting > pygraphlib, > matplotlib, > is there a best native Python place to start ? Check VPython (maybe least learning effort to first usable graphs). Also look

newbie graphing recommendations ?

2006-07-02 Thread Adam
Where should a py newbie start to do some 2D graphs on screen ? PythonGraphApi, Gato, looks interesting pygraphlib, matplotlib, is there a best native Python place to start ? -- http://mail.python.org/mailman/listinfo/python-list

Re: crawlers in python with graphing?

2006-06-20 Thread gene tani
bryan rasmussen wrote: > Hi, > > Sorry, was imprecise, I meant not save the downloaded page locally. > There probably isn't one though, so I should build one myself. > Probably just need a good crawler that can be set to dump all links > into dataset that I can analyse with R. > > Cheers, > Bryan

Re: crawlers in python with graphing?

2006-06-20 Thread George Sakkis
bryan rasmussen wrote: > Hi, > > Sorry, was imprecise, I meant not save the downloaded page locally. > There probably isn't one though, so I should build one myself. > Probably just need a good crawler that can be set to dump all links > into dataset that I can analyse with R. > > Cheers, > Bryan R

Re: crawlers in python with graphing?

2006-06-20 Thread bryan rasmussen
Hi, Sorry, was imprecise, I meant not save the downloaded page locally. There probably isn't one though, so I should build one myself. Probably just need a good crawler that can be set to dump all links into dataset that I can analyse with R. Cheers, Bryan Rasmussen On 6/19/06, Marc 'BlackJack'

Re: crawlers in python with graphing?

2006-06-19 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, bryan rasmussen wrote: > It should hopefully be as high level as Wget, not download the pages > but just follow the links, and output graphs. How do you get at the links without downloading the page!? Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailm

crawlers in python with graphing?

2006-06-19 Thread bryan rasmussen
Hi I'm wondering if there is a toolkit in python anywhere for doing at a high level web crawling, dumping links to a data set that could be imported into R relatively easy or used in python natively to generate a graph over the website. It should hopefully be as high level as Wget, not download

Re: Phython and graphing

2006-04-20 Thread John Hunter
> "mostro" == mostro <[EMAIL PROTECTED]> writes: mostro> Hello, Can someone lead me to an easy way to create a mostro> graph in Python. mostro> For example, I have a script running that creates a list mostro> of dates, times and values. I would like to turn this into most

Re: Phython and graphing

2006-04-20 Thread Larry Bates
mostro wrote: > Hello, > > Can someone lead me to an easy way to create a graph in Python. > > For example, I have a script running that creates a list of dates, > times and values. I would like to turn this into a graph. > > I can grep the info into a new file creating two columns (x,y) but the

Re: Phython and graphing

2006-04-20 Thread Lou Pecora
In article <[EMAIL PROTECTED]>, "mostro" <[EMAIL PROTECTED]> wrote: > Hello, > > Can someone lead me to an easy way to create a graph in Python. > > For example, I have a script running that creates a list of dates, > times and values. I would like to turn this into a graph. > > I can grep the

Phython and graphing

2006-04-20 Thread mostro
Hello, Can someone lead me to an easy way to create a graph in Python. For example, I have a script running that creates a list of dates, times and values. I would like to turn this into a graph. I can grep the info into a new file creating two columns (x,y) but the issue is the graph. P.S. I'm

Re: Need recs on the best graphing interface

2006-03-08 Thread Robert Kern
Mudcat wrote: > Hi, > > I have looked through the previous suggestions on graphing modules and > have been able to find some good suggestions. However I was wondering > about something more specific. I am going to write a program that > tracks stock prices and other financial re

Need recs on the best graphing interface

2006-03-08 Thread Mudcat
Hi, I have looked through the previous suggestions on graphing modules and have been able to find some good suggestions. However I was wondering about something more specific. I am going to write a program that tracks stock prices and other financial related charts, so I need to use the classic

Re: suggestion for Python graphing package, please

2005-08-30 Thread Kenneth McDonald
3:36 PM, Robert Kern wrote: > Stewart Midwinter wrote: > >> I need a graphing library that I can access from within a Tkinter >> application running on Windows. >> > > http://matplotlib.sourceforge.net > -- http://mail.python.org/mailman/listinfo/python-list

Re: suggestion for Python graphing package, please

2005-08-29 Thread Robert Kern
Stewart Midwinter wrote: > I need a graphing library that I can access from within a Tkinter > application running on Windows. http://matplotlib.sourceforge.net -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams all

suggestion for Python graphing package, please

2005-08-29 Thread Stewart Midwinter
I need a graphing library that I can access from within a Tkinter application running on Windows. It needs to be able to draw some *simple* 2D plots, and then output them to a file (e.g. .PNG, .JPG) for inclusion in a HTML-formatted e-mail to interested parties. Many of the packages that I&#x

Re: Python Graphing Utilities.

2005-05-12 Thread Petr Mikulik
> A pslatex backend certainly would be interesting. A Gnuplot backend > would probably not be feasible. Does it expose its raw drawing operations? There is a patch [ 1027032 ] Connect gnuplot_x11 to exterior application window http://sourceforge.net/tracker/index.php?func=detail&aid=1027032&group_

Re: Python Graphing Utilities.

2005-05-11 Thread Fernando Perez
Torsten Bronger wrote: > HallÃchen! > > Fernando Perez <[EMAIL PROTECTED]> writes: > >> [...] >> >> Well, it's true that the latex-type (called mathtext) support in >> matplotlib is not really up to par with true latex (kerning is off >> in places, mixed text/math doesn't work well, etc). I've

Re: Python Graphing Utilities.

2005-05-11 Thread Robert Kern
Torsten Bronger wrote: > HallÃchen! > > Fernando Perez <[EMAIL PROTECTED]> writes: >>I've yet to experiment with it, but it might (with some additional >>handywork) give final results identical to those of the pslatex >>backend in gnuplot. > > What do you mean with this? Do you want to mimic Te

Re: Python Graphing Utilities.

2005-05-11 Thread Torsten Bronger
HallÃchen! Fernando Perez <[EMAIL PROTECTED]> writes: > [...] > > Well, it's true that the latex-type (called mathtext) support in > matplotlib is not really up to par with true latex (kerning is off > in places, mixed text/math doesn't work well, etc). I've been > willing to live with it so far

Re: Python Graphing Utilities.

2005-05-11 Thread Fernando Perez
Torsten Bronger wrote: > HallÃchen! > > Fernando Perez <[EMAIL PROTECTED]> writes: > >> [...] >> >> And I'd also second the matplotlib suggestion, to which I've by >> now fully switched after years of faithful gnuplot usage. >> Matplotlib is very good, has an active development community, and >>

Re: Python Graphing Utilities.

2005-05-11 Thread Torsten Bronger
HallÃchen! Robert Kern <[EMAIL PROTECTED]> writes: > [...] > > A pslatex backend certainly would be interesting. A Gnuplot > backend would probably not be feasible. Does it expose its raw > drawing operations? Probably not raw enough, but I don't know how basic matplotlib wants it to be. You co

Re: Python Graphing Utilities.

2005-05-11 Thread Robert Kern
Bill Mill wrote: > Tha's cool, I saw what you wrote. First off, I wasn't sure what you > meant by "hardcopy", so I thought I'd let you know that matplotlib has > PS output. Second, the page I linked to talks about all the font-type > features of matplotlib, which I thought might interest you. Havi

Re: Python Graphing Utilities.

2005-05-11 Thread Bill Mill
On 5/11/05, Torsten Bronger <[EMAIL PROTECTED]> wrote: > Hallöchen! > > Bill Mill <[EMAIL PROTECTED]> writes: > > > On 5/11/05, Torsten Bronger <[EMAIL PROTECTED]> wrote: > > > >> Fernando Perez <[EMAIL PROTECTED]> writes: > >> > >>> [...] > >>> > >>> [...] Matplotlib is very good, has an active

Re: Python Graphing Utilities.

2005-05-11 Thread Torsten Bronger
HallÃchen! Bill Mill <[EMAIL PROTECTED]> writes: > On 5/11/05, Torsten Bronger <[EMAIL PROTECTED]> wrote: > >> Fernando Perez <[EMAIL PROTECTED]> writes: >> >>> [...] >>> >>> [...] Matplotlib is very good, has an active development >>> community, and it is designed from the ground up not only a

Re: Python Graphing Utilities.

2005-05-11 Thread Bill Mill
On 5/11/05, Torsten Bronger <[EMAIL PROTECTED]> wrote: > Hallöchen! > > Fernando Perez <[EMAIL PROTECTED]> writes: > > > [...] > > > > And I'd also second the matplotlib suggestion, to which I've by > > now fully switched after years of faithful gnuplot usage. > > Matplotlib is very good, has an

Re: Python Graphing Utilities.

2005-05-10 Thread Torsten Bronger
HallÃchen! Fernando Perez <[EMAIL PROTECTED]> writes: > [...] > > And I'd also second the matplotlib suggestion, to which I've by > now fully switched after years of faithful gnuplot usage. > Matplotlib is very good, has an active development community, and > it is designed from the ground up not

Re: Python Graphing Utilities.

2005-05-10 Thread Kenneth Miller
Beleive i'm going to try out PyX. "Fernando Perez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bill Mill wrote: > > > On 5/10/05, Kenneth Miller <[EMAIL PROTECTED]> wrote: > >> Hello All, > >> > >> I am

Re: Python Graphing Utilities.

2005-05-10 Thread Kenneth Miller
Unix, not windows >< "Ron Adam" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Kenneth Miller wrote: > > > Hello All, > > > > I am new to Python and i was wondering what graphing utlities would be > > available to me. I h

Re: Python Graphing Utilities.

2005-05-10 Thread Fernando Perez
Bill Mill wrote: > On 5/10/05, Kenneth Miller <[EMAIL PROTECTED]> wrote: >> Hello All, >> >> I am new to Python and i was wondering what graphing utlities would be >> available to me. I have already tried BLT and after weeks of unsuccesful >> i

Re: Python Graphing Utilities.

2005-05-10 Thread Ron Adam
Kenneth Miller wrote: > Hello All, > > I am new to Python and i was wondering what graphing utlities would be > available to me. I have already tried BLT and after weeks of unsuccesful > installs i'd like to find something else. Anything someone would recommend? >

Re: Python Graphing Utilities.

2005-05-10 Thread Grant Edwards
On 2005-05-10, Kenneth Miller <[EMAIL PROTECTED]> wrote: > Ahh Thanks for the quick replies. I'm having a look through > them now. What would you consider the best for real time > applications? That depends on how fast "real time" is. I use gnuplot-py for 1 Hz update rates with no issues. 2Hz w

Re: Python Graphing Utilities.

2005-05-10 Thread Kenneth Miller
Ahh Thanks for the quick replies. I'm having a look through them now. What would you consider the best for real time applications? The idea here is to stream in the results from an A/D converter onto a 2d chart. Regards, Ken -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Graphing Utilities.

2005-05-10 Thread Grant Edwards
On 2005-05-10, Kenneth Miller <[EMAIL PROTECTED]> wrote: > I am new to Python and i was wondering what graphing utlities > would be available to me. Exactly what do you mean by "graphing"? I think pygnuplot pretty much kicks for the graphs and plots I

Re: Python Graphing Utilities.

2005-05-10 Thread Thomas Lotze
Kenneth Miller wrote: > I am new to Python and i was wondering what graphing utlities would be > available to me. I have already tried BLT and after weeks of unsuccesful > installs i'd like to find something else. Anything someone would > recommend? You might also want

Re: Python Graphing Utilities.

2005-05-10 Thread Bill Mill
On 5/10/05, Kenneth Miller <[EMAIL PROTECTED]> wrote: > Hello All, > > I am new to Python and i was wondering what graphing utlities would be > available to me. I have already tried BLT and after weeks of unsuccesful > installs i'd like to find something else. Anythi

Re: Python Graphing Utilities.

2005-05-10 Thread Fredrik Lundh
Kenneth Miller wrote: > I am new to Python and i was wondering what graphing utlities would be > available to me. I have already tried BLT and after weeks of unsuccesful > installs i'd like to find something else. Anything someone would recommend? start here: http://www.p

Python Graphing Utilities.

2005-05-10 Thread Kenneth Miller
Hello All, I am new to Python and i was wondering what graphing utlities would be available to me. I have already tried BLT and after weeks of unsuccesful installs i'd like to find something else. Anything someone would recommend? Regards, Ken -- http://mail.python.org/mailman/lis

Re: Commerical graphing packages?

2005-02-14 Thread Robert Kern
John Hunter wrote: Although it is a free and open source package, I think that the image quality and support is on par with if not superior to what you find in many commercial solutions. Amen to that. The ChartDirector demos looked very ugly to my eye. matplotlib plots usually look quite good with

Re: graphing

2005-02-14 Thread Fernando Perez
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

Re: Commerical graphing packages?

2005-02-14 Thread John Hunter
> "Francis" == Francis Girard <[EMAIL PROTECTED]> writes: Francis> PyX might also be interesting, depending on your needs. While pyx is a very nice package, it is probably not a good choice for web app developers simply because it generates postscript, which is not very browser friendly.

Re: Commerical graphing packages?

2005-02-14 Thread Francis Girard
Le lundi 14 Février 2005 11:02, David Fraser a écrit : > Erik Johnson wrote: > > I am wanting to generate dynamic graphs for our website and would > > rather not invest the time in developing the code to draw these starting > > from graphics primitives. I am looking for something that is... "fa

Re: Commerical graphing packages?

2005-02-14 Thread David Fraser
Erik Johnson wrote: I am wanting to generate dynamic graphs for our website and would rather not invest the time in developing the code to draw these starting from graphics primitives. I am looking for something that is... "fairly robust" but our needs are relatively modest: X-Y scatter plots w

graphing

2005-02-13 Thread Jan Rienyer Gadil
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. i am using an MDIParentFrame. one of the child frame (MDIChildFrame1) will be used for the table part. then another child frame (MDIChildFrame2) wi

Re: Commerical graphing packages?

2005-02-13 Thread John J. Lee
[EMAIL PROTECTED] writes: > >If you're generating lots of graphs programatically, eg. on a web > >server, grace is not what you want. Yes, it has a command language, > >but IIRC it depends on X11, and windows even pop up as it runs in > >batch mode. Bleh. > > I don't understand what you're talk

Re: Commerical graphing packages?

2005-02-12 Thread 18k11tm001
>If you're generating lots of graphs programatically, eg. on a web >server, grace is not what you want. Yes, it has a command language, >but IIRC it depends on X11, and windows even pop up as it runs in >batch mode. Bleh. I don't understand what you're talking about. I've been using GRACE in bat

Re: Commerical graphing packages?

2005-02-12 Thread Francis Gadenne
Erik Johnson wrote: I am wanting to generate dynamic graphs for our website and ... >I am aware of ChartDirector (http://www.advsofteng.com/ ) which I have used ChartDirector extensively as an activeX (not from python though). We found the API to be well-though and clean. The tool is definitely wor

Re: Commerical graphing packages?

2005-02-12 Thread John J. Lee
[EMAIL PROTECTED] writes: > Check out GRACE. It's not specifically designed for Python, but I've > been using with Python for a couple of years or more. I'm very happy > with it, and it's free. It works both interactively and in batch mode. > Do a google on GRACE. If you're generating lots of gra

Re: Commerical graphing packages?

2005-02-12 Thread 18k11tm001
Check out GRACE. It's not specifically designed for Python, but I've been using with Python for a couple of years or more. I'm very happy with it, and it's free. It works both interactively and in batch mode. Do a google on GRACE. -- http://mail.python.org/mailman/listinfo/python-list

Re: Commerical graphing packages?

2005-02-12 Thread Vincent Wehren
Erik Johnson wrote: I am aware of ChartDirector (http://www.advsofteng.com/ ) which explicitly supports python and seems to be about the right level of sophistication. I don't really know of any other packages in this space, do you? I am seeking feedback and reccomendations from people who have

Re: Commerical graphing packages?

2005-02-12 Thread Erik Johnson
Thank you both for your input. I will check them out. :) -ej -- http://mail.python.org/mailman/listinfo/python-list

Re: Commerical graphing packages?

2005-02-11 Thread Larry Bates
ReportLab has pretty good Graphics Module. About the only thing it needs is Python Imaging Library (which you would probably want anyway). Larry Bates Erik Johnson wrote: I am wanting to generate dynamic graphs for our website and would rather not invest the time in developing the code to draw

  1   2   >