| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| plotly-6.8.0-py3-none-any.whl | 2026-06-03 | 9.9 MB | |
| plotly-6.8.0.tar.gz | 2026-06-03 | 6.9 MB | |
| README.md | 2026-06-03 | 2.5 kB | |
| v6.8.0 source code.tar.gz | 2026-06-03 | 10.5 MB | |
| v6.8.0 source code.zip | 2026-06-03 | 12.5 MB | |
| Totals: 5 Items | 39.9 MB | 4 | |
Added
- Add optional
fontparameter formake_subplots[#5393], with thanks to @Zomtir for the contribution!
Fixed
- Fix issue where user-specified
color_continuous_scalewas ignored when template hadautocolorscale=True[#5439], with thanks to @antonymilne for the contribution! - Use presence of
COLAB_NOTEBOOK_IDenv var to enable Colab renderer instead of testing import ofgoogle.colab[#5473], with thanks to @kevineger for the contribution! - Fix incorrect annotation placement for
add_vline,add_hline,add_vrect, andadd_hrecton datetime axes [#5508], with thanks to @mosh3eb for the contribution! - Update tests to be compatible with numpy 2.4 [#5522], with thanks to @thunze for the contribution!
- Fix issue where
js/directory was unintentionally installed as a top-level Python package when installingplotly[#5587] - Add default headers to be passed in to Kaleido v1.3.0 to avoid blocked Open Street Map tiles [#5588]
- Propagate the requested
default_height/default_widthto the outer wrapper div produced byto_htmlso that responsive (percentage) dimensions inherit from a sized parent container instead of collapsing to the plotly.js 450px fallback [#5591], with thanks to @SharadhNaidu for the contribution!
Updated
- The
__eq__method forgraph_objectsclasses now returnsNotImplementedto give the other operand an opportunity to handle the comparison [#5547], with thanks to @RazerM for the contribution! - Update plotly.js from version 3.5.0 to version 3.6.0. See the plotly.js release notes for more information [#5608]. Notable changes include:
- Add support for arrays for the pie property
legendrank, so that it can be configured per slice [#7723] - Add
hoversortlayout attribute to sort unified hover label items by value [#7734]