Re: [Tutor] pychart and debian

2005-09-18 Thread nephish
Danny Yoo wrote: >>ok, got the package installed, but it seems to not be working, or the >>examples are messed up. >>here is the source >> >>from pychart import * >>theme.get_options() >>data = [["Jan", 10], ["Feb", 22], ["Mar", 30]] >> >>ar = area.T(x_coord = category_coord.T(data, 0), >>

Re: [Tutor] pychart and debian

2005-09-18 Thread Danny Yoo
> ok, got the package installed, but it seems to not be working, or the > examples are messed up. > here is the source > > from pychart import * > theme.get_options() > data = [["Jan", 10], ["Feb", 22], ["Mar", 30]] > > ar = area.T(x_coord = category_coord.T(data, 0), > y_range = (0, No

Re: [Tutor] pychart and debian

2005-09-18 Thread nephish
Danny Yoo wrote: >On Sun, 18 Sep 2005, nephish wrote: > > > >>anyone have luck getting pychart installed on debian ? there is no >>debian package for it (that i have found thus far) and i need something >>that will allow me to place some simple x, y plots on a chart in pygtk. >> >> > >Hi sk,

Re: [Tutor] pychart and debian

2005-09-18 Thread Danny Yoo
On Sun, 18 Sep 2005, nephish wrote: > anyone have luck getting pychart installed on debian ? there is no > debian package for it (that i have found thus far) and i need something > that will allow me to place some simple x, y plots on a chart in pygtk. Hi sk, Ah, found it. It's in the 'testin

[Tutor] pychart and debian

2005-09-18 Thread nephish
Hey there, anyone have luck getting pychart installed on debian ? there is no debian package for it (that i have found thus far) and i need something that will allow me to place some simple x, y plots on a chart in pygtk. if any of you have a better solution, i am not completely sold out to pychar