arnoutaertgeerts / python-highcharts

Use highchart.js to make plots in Python and IPython notebooks
http://nbviewer.ipython.org/github/arnoutaertgeerts/python-highcharts/blob/master/Tutorial.ipynb
Other
134 stars 31 forks source link

Add option to save to .png or .jpeg format #38

Open matsvandecavey opened 9 years ago

matsvandecavey commented 9 years ago

Do you think it would be possible to save to .png or .jpeg directly. Currently I save to html and then open it and export to png.

arnoutaertgeerts commented 9 years ago

Normally it should be possible to save an .svg file of the image directly by adding save = 'name.svg'. I did not yet find a python library which is able to convert .svg files to .png or .jpeg after a quick search but I can image they exist.

washiraporn commented 6 years ago

I can't find .svg file when i saved.