Skip to content

Commit b051468

Browse files
Update packages/python/plotly/plotly/express/_imshow.py
Co-Authored-By: Nicolas Kruchten <[email protected]>
1 parent d70fe14 commit b051468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def imshow(
185185

186186
if labels is not None:
187187
if "x" in labels:
188-
y_label = labels["x"]
188+
x_label = labels["x"]
189189
if "y" in labels:
190190
y_label = labels["y"]
191191
if "color" in labels:

0 commit comments

Comments
 (0)