You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit tricky for the core lib as we still rely heavily on SVG for both the Highcharts and D3FC plugins. We could try rendering the SVG to canvas via canvg or similar but should probably restrict its inclusion to the Jupyterlab plugin as it is a quite large lib.
saving svg and converting it to png doesn't require any extra canvg libs. I can't believe you and d3fc maintainers are still 'exploring' this simple JS add-on option. start here :) https://observablehq.com/@mbostock/saving-svg
closing as this is out of scope for now, we can revisit in the future. Given that perspective-python now supports going to and from dataframe/arrow, in the context of NBConvert it is relatively easy to just swap out perspective's grid and plotting for pandas native rendering and matplotlib, respectively.
plotly/plotly.py#1623
The text was updated successfully, but these errors were encountered: