plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
Hi, I was reading this page on the website `https://plotly.com/python/getting-started/` which I think is this file `doc/python/getting-started.md` (hope i'm right about the file) to install extra dependencies (namely kaleido) without...
Using a button to toggle series of data for plots makes sense. My use case for Sunburst (and Treemap and Icicle views on the same data) could do with having...
3-D plots with Plotly on mobile web get the view reset every time a button is pressed in the modebar
Plotly is a fantastic tool to generate a great number of plots, hence I want first of all to thank the developers for a great tool. When drawing 3-D plots,...
While `mpl_to_plotly` is little known and receives little love, this bug is pretty easy to fix. Would you be open to a PR? ```python import matplotlib.pyplot as plt from plotly.tools...
The problem was reported [here](https://community.plotly.com/t/double-click-reset-view-button-to-reset-zoom-doesnt-restore-the-graph-to-its-original-axis-range/15668) and [here](https://community.plotly.com/t/reset-axes-should-respect-custom-ranges/10753) and it hasn't been fixed since 2018! When you set a custom x-axis range, double clicking/reset axis/autoscale actions reset the custom range. The...
There seems to be a breaking change between 6.2.0 and 6.3.0. When setting the top-margin to 0 the y-axis label is cut off when it is right at the end...