We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f030e commit 08926c5Copy full SHA for 08926c5
galleries/users_explain/axes/colorbar_placement.py
@@ -29,8 +29,8 @@
29
30
# %%
31
# 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.
+# desirable to have just one colorbar. We do this by passing `.Figure.colorbar`
+# a list of axes with the *ax* kwarg.
34
35
fig, axs = plt.subplots(2, 2)
36
cmaps = ['RdBu_r', 'viridis']
0 commit comments