Announce: Pycha 0.7.0 released

115 views
Skip to first unread message

Lorenzo Gil Sanchez

unread,
Apr 7, 2013, 2:57:04 PM4/7/13
to py...@googlegroups.com
Hi everybody

I'm pleased to announce the 0.7.0 release of Pycha. You can get it from the Pypi website:

https://pypi.python.org/pypi/pycha/0.7.0

Thanks to everybody that contributed to this release. Special thanks to Roberto García Carvajal who wrote 3 new types of charts (Ring, Radial and Polygonal).

Thanks also for you feedback on this mailing list and on the Pycha bug tracker.

Best regards,

Lorenzo

Felipe Cordero

unread,
Sep 30, 2013, 11:32:07 AM9/30/13
to py...@googlegroups.com
Hello, I'm trying to use pycha, but with examples i'm getting errors about colorscheme options: \pycha\chart.py", line 137, in _setColorscheme
ValueError: Color scheme "fixed" is invalid!. "Gradient" also raises the error.

Help please :D

Lorenzo Gil Sanchez

unread,
Oct 1, 2013, 12:37:00 PM10/1/13
to py...@googlegroups.com
fixed, gradient and rainbow (all lower case) should work. Can you show the part of the code where you are setting the color scheme? If running the examples, can you be more specific about what example is giving you this error?


2013/9/30 Felipe Cordero <don...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "pycha" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pycha+un...@googlegroups.com.
To post to this group, send email to py...@googlegroups.com.
Visit this group at http://groups.google.com/group/pycha.
For more options, visit https://groups.google.com/groups/opt_out.

Emanuel Williams

unread,
Jan 24, 2016, 2:43:41 PM1/24/16
to pycha
'colorScheme': {
'name': 'gradient',
'args': {
'initialColor': 'red',
},
},
  File "/usr/local/lib/python3.4/dist-packages/pycha/chart.py", line 137, in _setColorscheme
    raise ValueError('Color scheme "%s" is invalid!' % name)
ValueError: Color scheme "gradient" is invalid!

with pycha 7.0 and python 3.4
Reply all
Reply to author
Forward
0 new messages