Commit 37927b2
committed
FIX : turn path snapping off on 'o' marker path
Set the _snap_threshold for 'o' markers to `np.inf` which
effectively turns it off.
This makes 'o' markers look more circular at all sizes at all dpi.
This change subtly changed several tests.
Closes #44211 parent 3c95554 commit 37927b2
4 files changed
Lines changed: 10 additions & 1 deletion
File tree
- doc/api/api_changes
- lib/matplotlib
- tests/baseline_images
- test_axes
- test_text
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
0 commit comments