File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
99- Added ` plotly.io.full_figure_for_development() ` and ` plotly.graph_objects.Figure.full_figure_for_development() ` ([ #2737 ] ( https://github.com/plotly/plotly.py/pull/2737 ) )
1010
11+ ### Updated
12+
13+ - ` px.imshow ` has a new ` binary_string ` boolean argument, which passes the
14+ image data as a b64 binary string when True. Using binary strings allow for
15+ faster image rendering and smaller figure size. Additional optional arguments
16+ ` binary_backend ` , ` binary_format ` and ` binary_compression_level ` control
17+ how to generate the b64 string ([ #2691 ] ( https://github.com/plotly/plotly.py/pull/2691 )
18+ - ` px.imshow ` has a new ` constrast_rescaling ` argument in order to choose how
19+ to set data values corresponding to the bounds of the color range
20+ ([ #2691 ] ( https://github.com/plotly/plotly.py/pull/2691 )
1121
1222## [ 4.9.0] - 2020-07-16
1323
You can’t perform that action at this time.
0 commit comments