You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
*`subplot()` now works much better with annotations, images, and shapes:
30
30
- When `xref`/`yref` references an x/y axis these references are bumped accordingly (#1181).
31
31
- When `xref`/`yref` references paper coordinates, these coordinates are updated accordingly (#1332).
32
+
*`subplot()` now repositions shapes with fixed height/width (i.e., `xsizemode`/`ysizemode` of `"pixel"`) correctly (#1494).
32
33
* The colorscale generated via the `color` argument in `plot_ly()` now uses an evenly spaced grid of values instead of quantiles (#1308).
33
34
* When using **shinytest** to test a **shiny** that contains **plotly** graph, false positive differences are no longer reported (rstudio/shinytest#174).
34
35
* When the `size` argument maps to `marker.size`, it now converts to an array of appropriate length (#1479).
0 commit comments