File tree 1 file changed +9
-0
lines changed
packages/python/plotly/plotly/express
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ def imshow(
64
64
animation_frame = None ,
65
65
facet_col = None ,
66
66
facet_col_wrap = None ,
67
+ facet_col_spacing = None ,
68
+ facet_row_spacing = None ,
67
69
color_continuous_scale = None ,
68
70
color_continuous_midpoint = None ,
69
71
range_color = None ,
@@ -130,6 +132,13 @@ def imshow(
130
132
so that the column facets span multiple rows.
131
133
Ignored if `facet_col` is None.
132
134
135
+ facet_col_spacing: float between 0 and 1
136
+ Spacing between facet columns, in paper units. Default is 0.02.
137
+
138
+ facet_row_spacing: float between 0 and 1
139
+ Spacing between facet rows created when ``facet_col_wrap`` is used, in
140
+ paper units. Default is 0.0.7.
141
+
133
142
color_continuous_scale : str or list of str
134
143
colormap used to map scalar data to colors (for a 2D image). This parameter is
135
144
not used for RGB or RGBA images. If a string is provided, it should be the name
You can’t perform that action at this time.
0 commit comments