We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33890df commit e3ec430Copy full SHA for e3ec430
packages/python/plotly/plotly/express/_imshow.py
@@ -168,6 +168,7 @@ def imshow(
168
args = locals()
169
apply_default_cascade(args)
170
img_is_xarray = False
171
+ z_name = ""
172
if xarray_imported:
173
if isinstance(img, xarray.DataArray):
174
y_label, x_label = img.dims[0], img.dims[1]
0 commit comments