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),
>>
> 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
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,
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
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