Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit5c036aa
committed
Dedupe docs of GridSpec.subplots.
`GridSpec.subplots`, while user-facing, is relatively more low-levelthan `Figure.subplots`, so it doesn't seem worth duplicating thedocstring in both places (I'm fine having it duplicated both in`pyplot.subplots` and `Figure.subplots` are both are very muchuser-facing). Less duplication also means fewer chances to forget toupdate the docs in all places, as was the case for the remark regarding`set_units` (which is already present in the docs of `pyplot.subplots`,though).Also note that a specific check a bit further down can go away once adeprecation elapses.1 parent845eada commit5c036aa
2 files changed
+6
-56
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
| 890 | + | |
| 891 | + | |
| 892 | + | |
890 | 893 |
| |
891 | 894 |
| |
892 | 895 |
| |
|
Lines changed: 3 additions & 56 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
| 269 | + | |
324 | 270 |
| |
325 | 271 |
| |
326 | 272 |
| |
| |||
337 | 283 |
| |
338 | 284 |
| |
339 | 285 |
| |
340 |
| - | |
| 286 | + | |
| 287 | + | |
341 | 288 |
| |
342 | 289 |
| |
343 | 290 |
| |
|
0 commit comments
Comments
(0)