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

Documentation examples related to #1965. To specify, in slider page https://plot.ly/python/sliders/, an example using the update method (modifying both traces and layout), an example using relayout methods was added. ##...

feature
P2
community

## before ![before](https://user-images.githubusercontent.com/51022522/229967653-49645ffd-8a78-4df0-add7-59cb6cace06e.png) ## after ![after](https://user-images.githubusercontent.com/51022522/229967665-f986e17a-d7a7-4bc1-bbd2-ba25a57eb7c7.png)

P2
community
documentation

Added keyword arguments comment in the bio_dash source code so users can have more understanding of the changeable arguments.

P2
community
documentation

AUC for PR curve needs precision and recall as their input. fpr and tpr would be appropriate input for ROC curve.

P2
community
fix
documentation

@nicolaskruchten I'm not very familiar with the plotly code base so feel a bit like an elephant in a porcelain shop. But maybe this is first step in the right...

feature
P2
community

Delete the duplicated section `Fixed Ratio Axes with Compressed domain`. Revise the code in the `Decreasing the domain spanned by an axis` section.

P2
community
fix

Fixed a demo which was not working as intended (Issue https://github.com/plotly/documentation/issues/1693)

P2
community
fix
documentation

The smoothening was being applied in y, and not in y_noise. That makes no sense.

P2
fix

## Background I would like to use add_vline with a text annotation. Closes: https://github.com/plotly/plotly.py/issues/3065 The workaround presented in https://github.com/plotly/plotly.py/issues/3065#issuecomment-778652215 breaks if people view the plot in a difference timezone than...

P1
fix

- [x] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/master/contributing.md) and understand the structure of the package. In particular, if my PR modifies code of `plotly.graph_objects`, my modifications concern the `codegen`...

feature
P2
community