forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit a928cec
committed
Fix: restore make_axes to accept a tuple of axes
Allow to pass a tuple of axes as "ax" parameter of make_axes function
Signed-off-by: Strzelczyk, Piotr <piotr.strzelczyk@intel.com>1 parent 8d8ae7f commit a928cec
3 files changed
+15
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | + | ||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
1403 | 1404 |
| |
1404 | 1405 |
| |
1405 | 1406 |
| |
1406 | - | ||
1407 | + | ||
1407 | 1408 |
| |
1408 | 1409 |
| |
1409 | 1410 |
| |
| |||
1429 | 1430 |
| |
1430 | 1431 |
| |
1431 | 1432 |
| |
1432 | - | ||
1433 | + | ||
1433 | 1434 |
| |
1434 | 1435 |
| |
1435 | 1436 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1191 | 1191 |
| |
1192 | 1192 |
| |
1193 | 1193 |
| |
1194 | - | ||
1194 | + | ||
1195 | 1195 |
| |
1196 | 1196 |
| |
1197 | 1197 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1188 | 1188 |
| |
1189 | 1189 |
| |
1190 | 1190 |
| |
1191 | + | ||
1192 | + | ||
1193 | + | ||
1194 | + | ||
1195 | + | ||
1196 | + | ||
1197 | + | ||
1198 | + | ||
1199 | + | ||
1200 | + | ||
1201 | + |
0 commit comments