File tree 1 file changed +10
-0
lines changed
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/).
8
8
9
9
- 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 ) )
10
10
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 )
11
21
12
22
## [ 4.9.0] - 2020-07-16
13
23
You can’t perform that action at this time.
0 commit comments