Thanks to visit codestin.com Credit goes to github.com
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 13ab5fc commit 4eb3edeCopy full SHA for 4eb3ede
doc/users/next_whats_new/colorbar_has_location_argument.rst
@@ -23,3 +23,4 @@ An example is:
23
im = ax.imshow(imdata)
24
fig.colorbar(im, cax=ax.inset_axes([0, 1.05, 1, 0.05]),
25
location='top')
26
+ fig.tight_layout()
0 commit comments