[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: jpype with JFreeChart, anyone interested to help?

oyster

1/15/2008 2:25:00 AM

Thanx
However I knew Chaco and matplotlib, and I use matplotlib during my
school days. And as I have pointed out, they are for "plot", but not
"chart". If you don't know the difference between plot and chart, you
can have a look at at http://www.jfree.org/...,
http://www.r...
Yes, it is true we can use plot lib to draw chart, but that is tedious.

2008/1/15, python-list-request@python.org <python-list-request@python.org>:
> From: Peter Wang <misterwang@gmail.com>
> To: python-list@python.org
> Date: Mon, 14 Jan 2008 07:58:02 -0800 (PST)
> Subject: Re: jpype with JFreeChart, anyone interested to help?
> On Jan 14, 6:51 am, oyster <lepto.pyt...@gmail.com> wrote:
> > As you may know, there is no beautiful and free chart(notplot, you
> > can find the examples athttp://www.jfree.org/...,http://www.r...) module for python than runs on
> > windows/linux/mac osx.
>
> Actually, may I humbly suggest two:
>
> Chaco: http://code.enthought.com/chaco/gallery/i...
>
> matplotlib: http://matplotlib.source...
>
>
> -Peter
>
>
>
1 Answer

Peter Wang

1/15/2008 4:22:00 PM

0

On Jan 14, 8:25 pm, oyster <lepto.pyt...@gmail.com> wrote:
> Thanx
> However I knew Chaco and matplotlib, and I use matplotlib during my
> school days. And as I have pointed out, they are for "plot", but not
> "chart". If you don't know the difference between plot and chart, you
> can have a look at athttp://www.jfree.org/jfreechart,http://www.r...
> Yes, it is true we can use plot lib to draw chart, but that is tedious.

What are the chart types that are missing? Or do you find that the
handling of categorical data is generally lacking?

Charting and plotting are quite related, and I think you might get
better traction trying to add the exact chart and axis types that you
need to an existing package rather than starting yet another plotting
package for Python. :)


-Peter