Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commiteae36f5
committed
Draw RadioButtons using scatter to ensure circular buttons.
To ensure backcompat without bothering the majority of users who don'tactually access the .circles attribute, dynamically (and irreversibly)switch back to the old draw method (list of Circles) whenever thatattribute is accessed for the first time (if ever).1 parent1fa7467 commiteae36f5
File tree
4 files changed
+57
-51
lines changed- doc/api/next_api_changes/deprecations
- lib/matplotlib
- tests
- baseline_images/test_widgets
4 files changed
+57
-51
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Binary file not shown.
Lines changed: 11 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 |
| - | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
1007 | 1009 |
| |
1008 | 1010 |
| |
1009 | 1011 |
| |
1010 | 1012 |
| |
1011 |
| - | |
1012 |
| - | |
1013 |
| - | |
1014 |
| - | |
1015 |
| - | |
1016 |
| - | |
1017 |
| - | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
1018 | 1021 |
| |
1019 | 1022 |
| |
1020 | 1023 |
| |
|
Lines changed: 43 additions & 43 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1404 | 1404 |
| |
1405 | 1405 |
| |
1406 | 1406 |
| |
1407 |
| - | |
| 1407 | + | |
1408 | 1408 |
| |
1409 | 1409 |
| |
1410 | 1410 |
| |
1411 | 1411 |
| |
1412 |
| - | |
1413 |
| - | |
1414 |
| - | |
1415 |
| - | |
1416 |
| - | |
1417 |
| - | |
1418 |
| - | |
1419 |
| - | |
1420 |
| - | |
1421 |
| - | |
1422 |
| - | |
1423 |
| - | |
1424 |
| - | |
1425 |
| - | |
1426 |
| - | |
1427 |
| - | |
1428 | 1412 |
| |
1429 |
| - | |
1430 |
| - | |
1431 |
| - | |
1432 |
| - | |
1433 |
| - | |
| 1413 | + | |
| 1414 | + | |
1434 | 1415 |
| |
1435 |
| - | |
1436 |
| - | |
1437 |
| - | |
1438 |
| - | |
1439 |
| - | |
1440 |
| - | |
1441 |
| - | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
1442 | 1424 |
| |
1443 | 1425 |
| |
1444 | 1426 |
| |
| |||
1448 | 1430 |
| |
1449 | 1431 |
| |
1450 | 1432 |
| |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
1451 | 1436 |
| |
1452 |
| - | |
1453 |
| - | |
1454 |
| - | |
1455 |
| - | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
1456 | 1447 |
| |
1457 | 1448 |
| |
1458 | 1449 |
| |
| |||
1465 | 1456 |
| |
1466 | 1457 |
| |
1467 | 1458 |
| |
1468 |
| - | |
1469 | 1459 |
| |
1470 |
| - | |
1471 |
| - | |
1472 |
| - | |
1473 |
| - | |
1474 |
| - | |
1475 |
| - | |
1476 |
| - | |
1477 |
| - | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
1478 | 1465 |
| |
1479 | 1466 |
| |
1480 |
| - | |
1481 | 1467 |
| |
1482 | 1468 |
| |
1483 | 1469 |
| |
| |||
1493 | 1479 |
| |
1494 | 1480 |
| |
1495 | 1481 |
| |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
1496 | 1496 |
| |
1497 | 1497 |
| |
1498 | 1498 |
| |
|
0 commit comments
Comments
(0)