plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

Results 707 plotly.py issues
Sort by recently updated
recently updated
newest added

This fixes a small bug in the documentations of 3d volume plots opacityscale. In the docs the scale is wrongfully described as specifying opacities from -limit to +limit. The implementation...

P2
community
fix
documentation

Hi, I don't know why but the update_yaxes with category_orders as parameters is not working after using the facet_col parameters in the plotly express bar plots. ``` px.bar(pe_final, x='Count', y='index',...

Since last week, I'm observing that if figure or axis titles have LATEX string, they don't show up when using notebook from firefox. I can confirm this using the latest...

According to "xvfb-run": --auto-servernum - try to get a free server number, starting at --server-num (deprecated, use --auto-display instead). Please uncomment this block and take a look at this checklist...

The graph_object interface for Violin plots supports a bandwidth parameter, which is not exposed by the plotly express API. However it would be nice to have it there too.

https://github.com/plotly/plotly.py/issues/413 remains a problem, but due to being unable to reopen the issue, I have created this one.

Found an issue causing a bar chart to display nothing when displaying timeseries data. It seems to be caused by having stacked data at two points which are very close...

Using "modeBarButtonsToAdd" to add buttons for interactive annotations and shape drawing in plotly figures, it prevents the HTML plot to be shown at all with plotly.offline rendering! ```python import plotly.offline...

There is already a `Download plot as a png` button. It would be nice, if the image could be copied optionally into the clipboard. (Then it can be just pasted...

Hi Plotly, First, thank you for all the fantastic work you do. I am a big fan of / heavy user of the plotly.go objects that render maps (Scattermapbox /...