| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| plotly 4.12.1 source code.tar.gz | 2026-07-25 | 4.7 MB | |
| plotly 4.12.1 source code.zip | 2026-07-25 | 5.3 MB | |
| README.md | 2026-07-25 | 646 Bytes | |
| Totals: 3 Items | 10.0 MB | 1 | |
Improvements
-
Completed the
plot_ly()documentation for what happens whentypeis not specified (#2362). -
Removed the dependency on the
{lazyeval}package.
Bug fixes
-
Closed [#2483]:
save_image()no longer embeds Windows file paths directly into Python source passed toreticulate, fixing static image export with Kaleido on Windows. -
[#2495]:
ggplotly()now keeps merged legend titles in sync with their legend entries, fixing a case where an upstream change in{rlang}'s hashing could silently reorder combined legend titles (e.g.factor(vs)<br />factor(cyl)) out of step with the entries they label.