plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
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. ##...
## before  ## after 
Added keyword arguments comment in the bio_dash source code so users can have more understanding of the changeable arguments.
AUC for PR curve needs precision and recall as their input. fpr and tpr would be appropriate input for ROC curve.
@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...
Delete the duplicated section `Fixed Ratio Axes with Compressed domain`. Revise the code in the `Decreasing the domain spanned by an axis` section.
Fixed a demo which was not working as intended (Issue https://github.com/plotly/documentation/issues/1693)
The smoothening was being applied in y, and not in y_noise. That makes no sense.
## 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...
- [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`...