Skip to content

Commit

Permalink
Explicitly set shift unit
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 2, 2024
1 parent 9b6eb9a commit 7ece697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/3d_plots/scatter3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
)

# Shift plot origin in x direction
fig.shift_origin(xshift=3.1)
fig.shift_origin(xshift="3.1c")
# Add colorbar legend
fig.colorbar()

Expand Down

0 comments on commit 7ece697

Please sign in to comment.