python-highcharts
python-highcharts copied to clipboard
Use highchart.js to make plots in Python and IPython notebooks
When trying to output a Pie Chart, I thought my issue might be that I need the data in the format of: ``` x / 100 ``` So I converted...
I can't change the plot options color and lineWidth after the plot is made. I want to change `s1 = dict(name='List data', data=[1,2,5,9,6,3,4,8])` to `s1 = dict(name='List data', data=[1,2,5,9,6,3,4,8], color='#2b908f',...
Hello, I think `python-highcharts` doesn't support Python 3 ``` In [1]: import charts --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () ----> 1 import charts //anaconda/lib/python3.4/site-packages/charts/__init__.py in () 3...
When offline, exporting the figures (other than html via 'save=') does not seem possible.