Commit a1c58ec
committed
DOC/MNT: Address reviewer feedback on add_collection docstring and autoscale semantics
- Revert autolim docstring first line to original user-facing wording
("update data and view limits" instead of internal "request autoscaling")
- Adopt reviewer suggestion for If-False clause: "does not take part in
any limit operations"
- Expand versionchanged:: 3.11 note to explain both pre-3.11 behavior
and the new relim participation (per reviewer suggestion)
- Move _set_in_autoscale(True) inside if autolim: block (simpler and
consistent with how add_line/add_patch/add_image do it)
- Update stale TODO in Artist.remove: the "collections relim problem"
referenced has been fixed; rephrase to reflect the remaining
long-term architectural goal1 parent ee070e3 commit a1c58ec
2 files changed
Lines changed: 18 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2384 | 2384 | | |
2385 | 2385 | | |
2386 | 2386 | | |
2387 | | - | |
| 2387 | + | |
2388 | 2388 | | |
2389 | | - | |
2390 | | - | |
| 2389 | + | |
| 2390 | + | |
2391 | 2391 | | |
2392 | 2392 | | |
2393 | 2393 | | |
2394 | | - | |
2395 | | - | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
2396 | 2404 | | |
2397 | 2405 | | |
2398 | 2406 | | |
| |||
2409 | 2417 | | |
2410 | 2418 | | |
2411 | 2419 | | |
2412 | | - | |
2413 | | - | |
2414 | | - | |
2415 | | - | |
2416 | 2420 | | |
| 2421 | + | |
2417 | 2422 | | |
2418 | 2423 | | |
2419 | 2424 | | |
| |||
0 commit comments