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 6cbd599 commit 02c09ceCopy full SHA for 02c09ce
1 file changed
examples/api/collections_demo.py
@@ -42,6 +42,8 @@
42
for c in plt.rcParams['axes.prop_cycle'].by_key()['color']]
43
44
fig, axes = plt.subplots(2, 2)
45
+fig.subplots_adjust(top=0.92, left=0.07, right=0.97,
46
+ hspace=0.3, wspace=0.3)
47
((ax1, ax2), (ax3, ax4)) = axes # unpack the axes
48
49
0 commit comments