shahinrostami / plotapi

Engaging visualisations, made easy.
https://plotapi.com
MIT License
266 stars 17 forks source link

Call to Chord(...).show() displays only ad for PlotApi #46

Closed jkolom closed 2 years ago

jkolom commented 2 years ago

Having had to reinstall fresh my computer (Anaconda, plotly, chord), the output of Chord(...).show() is now the picture below.

image

I just checked, and it seems like the option to plot offline has been removed since 0.5.0, which basically makes this library unusable where data should not be sent outside (basically any company).

shahinrostami commented 2 years ago

Hello

Sorry if brief, unfortunately have covid.

Chord and now Plotapi have been service-based for a while you are right. More details in README. Chord Pro (paid version) has always been this way too.

You're right if the data cannot leave your network you won't be able to use this. I recommend Plotly (offline mode) or writing in d3js directly.

All the best