forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit ef3faf2
FIX Update Axes limits from Axes.add_collection(... autolim=True)
... the update now happens separately for both directions, and only if
that direction uses data coordinates. Previously, limits were always
recalculated for both directions.
Closes matplotlib#30320.1 parent 2b75c9e commit ef3faf2
2 files changed
+26
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2361 | 2361 |
| |
2362 | 2362 |
| |
2363 | 2363 |
| |
2364 | - | ||
2364 | + | ||
2365 | + | ||
2366 | + | ||
2367 | + | ||
2368 | + | ||
2369 | + | ||
2370 | + | ||
2371 | + | ||
2372 | + | ||
2373 | + | ||
2374 | + | ||
2365 | 2375 |
| |
2366 | 2376 |
| |
2367 | 2377 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
899 | 899 |
| |
900 | 900 |
| |
901 | 901 |
| |
902 | - | ||
903 | - | ||
902 | + | ||
904 | 903 |
| |
905 | - | ||
906 | - | ||
904 | + | ||
905 | + | ||
906 | + | ||
907 | + | ||
907 | 908 |
| |
908 | - | ||
909 | + | ||
910 | + | ||
911 | + | ||
909 | 912 |
| |
910 | - | ||
911 | - | ||
912 | - | ||
913 | + | ||
914 | + | ||
915 | + | ||
916 | + | ||
917 | + | ||
918 | + | ||
919 | + | ||
913 | 920 |
| |
914 | 921 |
| |
915 | 922 |
| |
|
0 commit comments