Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08926c5

Browse files
jklymakrcomer
andauthored
Update galleries/users_explain/axes/colorbar_placement.py
Co-authored-by: Ruth Comer <[email protected]>
1 parent d0f030e commit 08926c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/users_explain/axes/colorbar_placement.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
# %%
3131
# The first column has the same type of data in both rows, so it may be
32-
# desirable to have just one colorbar. We do by passing `.Figure.colorbar`
33-
# a list of axes to the *ax* kwarg.
32+
# desirable to have just one colorbar. We do this by passing `.Figure.colorbar`
33+
# a list of axes with the *ax* kwarg.
3434

3535
fig, axs = plt.subplots(2, 2)
3636
cmaps = ['RdBu_r', 'viridis']

0 commit comments

Comments
 (0)