Open allefeld opened 3 years ago
Plotnine does not have an abstraction level, nonetheless another backend is possible. How easy? It would depend on the package.
.
Theres also this 'matplotlib->d3' conversion library, which I presume should work with plotnine - I haven't tried it though.
@has2k1 Have you ever thought about adding a vega-lite backend like altair?
I'd love to have the best of both worlds! plotnine + vega-lite = <3
Yes I have thought about vega-lite, but I do not have the bandwidth to take on javascript.
Are there any updates on this issue? I am trying to find workarounds on the internet but there aren't many to be found, and what can be found doesn't work or is too janky.
Does plotnine have an abstraction level that would make it (relatively) easy to implement backends besides matplotlib? I'm asking because I really like the gg logic, but would prefer interactive graphics like those provided by Plotly or Bokeh.