Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Mar 19, 2024
1 parent 015a9cd commit d06421b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def plot_map_mpu():
ax.coastlines()

# add colorbar using mplotutils
mpu.colorbar(mappable=mappable, ax1=axs[1], ax2=axs[3])
mpu.colorbar(mappable=mappable, ax=axs)

# adjust the margins manually
f.subplots_adjust(left=0.025, right=0.85, top=0.9, bottom=0.05)
Expand Down
Binary file modified docs/example_mpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/example_no_mpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d06421b

Please sign in to comment.