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 66b98b2 commit cb2b814Copy full SHA for cb2b814
doc/api/next_api_changes/2019-07-18-SL.rst
@@ -9,7 +9,7 @@ Changed the default value of :rc:`axes.formatter.limits` from -7, 7 to
9
import matplotlib.pyplot as plt
10
import numpy as np
11
12
- fig, [ax_old, ax_new] = plt.subplots(1, 2, constrained_layout=True)
+ fig, (ax_old, ax_new) = plt.subplots(1, 2, constrained_layout=True)
13
14
ax_new.set_title('new values (-5, 6)')
15
ax_old.set_title('old values (-7, 7)')
0 commit comments