Commit bf2d1dc
File tree
Expand file treeCollapse file tree
6 files changed
+408
-68
lines changedFilter options
- doc/users/next_whats_new
- examples/widgets
- lib/matplotlib
- tests
- baseline_images/test_widgets
Expand file treeCollapse file tree
6 files changed
+408
-68
lines changeddoc/users/next_whats_new/widget_button_styling.rst
Copy file name to clipboard+31Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
examples/widgets/check_buttons.py
Copy file name to clipboardExpand all lines: examples/widgets/check_buttons.py+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
25 |
| - |
| 23 | + |
| 24 | + |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
|
examples/widgets/radio_buttons.py
Copy file name to clipboardExpand all lines: examples/widgets/radio_buttons.py+14-6Lines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
32 |
| - |
| 34 | + |
33 | 35 |
|
34 | 36 |
|
35 |
| - |
| 37 | + |
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
39 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
40 | 48 |
|
41 | 49 |
|
42 | 50 |
|
43 | 51 |
|
44 |
| - |
| 52 | + |
45 | 53 |
|
46 | 54 |
|
47 | 55 |
|
| ||
50 | 58 |
|
51 | 59 |
|
52 | 60 |
|
53 |
| - |
| 61 | + |
54 | 62 |
|
55 | 63 |
|
56 | 64 |
|
|
lib/matplotlib/tests/baseline_images/test_widgets/check_radio_buttons.png
Copy file name to clipboard9.52 KB
Loading
lib/matplotlib/tests/test_widgets.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_widgets.py+85-10Lines changed: 85 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
992 | 992 |
|
993 | 993 |
|
994 | 994 |
|
995 |
| - |
996 |
| - |
| 995 | + |
| 996 | + |
997 | 997 |
|
998 |
| - |
999 |
| - |
1000 |
| - |
1001 |
| - |
| 998 | + |
| 999 | + |
1002 | 1000 |
|
1003 | 1001 |
|
1004 |
| - |
1005 |
| - |
1006 |
| - |
| 1002 | + |
| 1003 | + |
| 1004 | + |
| 1005 | + |
| 1006 | + |
1007 | 1007 |
|
1008 | 1008 |
|
1009 |
| - |
| 1009 | + |
| 1010 | + |
| 1011 | + |
| 1012 | + |
| 1013 | + |
| 1014 | + |
| 1015 | + |
| 1016 | + |
| 1017 | + |
| 1018 | + |
| 1019 | + |
| 1020 | + |
| 1021 | + |
| 1022 | + |
| 1023 | + |
| 1024 | + |
| 1025 | + |
| 1026 | + |
1010 | 1027 |
|
1011 | 1028 |
|
1012 | 1029 |
|
| ||
1019 | 1036 |
|
1020 | 1037 |
|
1021 | 1038 |
|
| 1039 | + |
| 1040 | + |
| 1041 | + |
| 1042 | + |
| 1043 | + |
| 1044 | + |
| 1045 | + |
| 1046 | + |
| 1047 | + |
| 1048 | + |
| 1049 | + |
| 1050 | + |
| 1051 | + |
| 1052 | + |
| 1053 | + |
| 1054 | + |
| 1055 | + |
| 1056 | + |
| 1057 | + |
| 1058 | + |
| 1059 | + |
| 1060 | + |
| 1061 | + |
| 1062 | + |
| 1063 | + |
| 1064 | + |
| 1065 | + |
| 1066 | + |
| 1067 | + |
| 1068 | + |
| 1069 | + |
| 1070 | + |
| 1071 | + |
| 1072 | + |
| 1073 | + |
1022 | 1074 |
|
1023 | 1075 |
|
1024 | 1076 |
|
| ||
1031 | 1083 |
|
1032 | 1084 |
|
1033 | 1085 |
|
| 1086 | + |
| 1087 | + |
| 1088 | + |
| 1089 | + |
| 1090 | + |
| 1091 | + |
| 1092 | + |
| 1093 | + |
| 1094 | + |
| 1095 | + |
| 1096 | + |
| 1097 | + |
| 1098 | + |
| 1099 | + |
| 1100 | + |
| 1101 | + |
| 1102 | + |
| 1103 | + |
| 1104 | + |
| 1105 | + |
| 1106 | + |
| 1107 | + |
| 1108 | + |
1034 | 1109 |
|
1035 | 1110 |
|
1036 | 1111 |
|
|
0 commit comments