Skip to content

Commit 7ece697

Browse files
committed
Explicitly set shift unit
1 parent 9b6eb9a commit 7ece697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/3d_plots/scatter3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
)
9494

9595
# Shift plot origin in x direction
96-
fig.shift_origin(xshift=3.1)
96+
fig.shift_origin(xshift="3.1c")
9797
# Add colorbar legend
9898
fig.colorbar()
9999

0 commit comments

Comments
 (0)