mikekestemont / pystyl

Python package for stylometry
Other
56 stars 13 forks source link

bokeh svg #2

Open mikekestemont opened 8 years ago

mikekestemont commented 8 years ago

It seems difficult to have the interactive_scatterplot() return pure svg as a string, because Bokeh doesn't support this...

fbkarsdorp commented 8 years ago

But what about the PNG? That would be good too, right?

mikekestemont commented 8 years ago

Even that appears to be impossible at this time: http://stackoverflow.com/questions/24060173/with-bokeh-how-to-save-to-a-png-or-jpg-instead-of-a-html-file This is likely to exclude bokeh stuff from the gui interface?