Skip to content

Commit e3ec430

Browse files
committed
corrected bug
1 parent 33890df commit e3ec430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/python/plotly/plotly/express/_imshow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def imshow(
168168
args = locals()
169169
apply_default_cascade(args)
170170
img_is_xarray = False
171+
z_name = ""
171172
if xarray_imported:
172173
if isinstance(img, xarray.DataArray):
173174
y_label, x_label = img.dims[0], img.dims[1]

0 commit comments

Comments
 (0)