Commit 365d54c
File tree
Expand file treeCollapse file tree
23 files changed
+85
-195
lines changedFilter options
- examples
- lines_bars_and_markers
- misc
- pyplots
- ticks_and_spines
- lib/matplotlib
- tests
- tutorials
- advanced
- intermediate
- introductory
- text
Expand file treeCollapse file tree
23 files changed
+85
-195
lines changedexamples/lines_bars_and_markers/simple_plot.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/simple_plot.py-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 |
| - |
19 | 17 |
|
20 | 18 |
|
21 | 19 |
|
|
examples/misc/load_converter.py
Copy file name to clipboardExpand all lines: examples/misc/load_converter.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
examples/pyplots/annotate_transform.py
Copy file name to clipboardExpand all lines: examples/pyplots/annotate_transform.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
| 16 | + |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
|
examples/pyplots/auto_subplots_adjust.py
Copy file name to clipboardExpand all lines: examples/pyplots/auto_subplots_adjust.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
| 16 | + |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
|
examples/ticks_and_spines/tick_labels_from_values.py
Copy file name to clipboardExpand all lines: examples/ticks_and_spines/tick_labels_from_values.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
|
+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1372 | 1372 |
|
1373 | 1373 |
|
1374 | 1374 |
|
1375 |
| - |
1376 |
| - |
| 1375 | + |
1377 | 1376 |
|
1378 | 1377 |
|
1379 | 1378 |
|
|
+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3876 | 3876 |
|
3877 | 3877 |
|
3878 | 3878 |
|
3879 |
| - |
3880 |
| - |
| 3879 | + |
3881 | 3880 |
|
3882 | 3881 |
|
3883 | 3882 |
|
|
lib/matplotlib/tests/test_artist.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_artist.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
132 |
| - |
133 |
| - |
| 132 | + |
134 | 133 |
|
135 | 134 |
|
136 | 135 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+34-83Lines changed: 34 additions & 83 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
821 | 821 |
|
822 | 822 |
|
823 | 823 |
|
824 |
| - |
825 |
| - |
826 |
| - |
| 824 | + |
827 | 825 |
|
828 | 826 |
|
829 | 827 |
|
| ||
832 | 830 |
|
833 | 831 |
|
834 | 832 |
|
835 |
| - |
836 |
| - |
| 833 | + |
837 | 834 |
|
838 | 835 |
|
839 | 836 |
|
| ||
852 | 849 |
|
853 | 850 |
|
854 | 851 |
|
855 |
| - |
856 |
| - |
857 |
| - |
| 852 | + |
858 | 853 |
|
859 | 854 |
|
860 | 855 |
|
| ||
867 | 862 |
|
868 | 863 |
|
869 | 864 |
|
870 |
| - |
871 |
| - |
872 | 865 |
|
873 | 866 |
|
874 | 867 |
|
875 | 868 |
|
876 | 869 |
|
877 |
| - |
| 870 | + |
| 871 | + |
878 | 872 |
|
879 | 873 |
|
880 | 874 |
|
881 | 875 |
|
882 | 876 |
|
883 | 877 |
|
884 | 878 |
|
885 |
| - |
886 |
| - |
| 879 | + |
887 | 880 |
|
888 | 881 |
|
889 | 882 |
|
890 | 883 |
|
891 | 884 |
|
892 | 885 |
|
893 | 886 |
|
894 |
| - |
895 |
| - |
| 887 | + |
896 | 888 |
|
897 | 889 |
|
898 | 890 |
|
| ||
908 | 900 |
|
909 | 901 |
|
910 | 902 |
|
911 |
| - |
912 |
| - |
| 903 | + |
913 | 904 |
|
914 | 905 |
|
915 | 906 |
|
| ||
924 | 915 |
|
925 | 916 |
|
926 | 917 |
|
927 |
| - |
928 |
| - |
929 |
| - |
| 918 | + |
930 | 919 |
|
931 | 920 |
|
932 | 921 |
|
| ||
948 | 937 |
|
949 | 938 |
|
950 | 939 |
|
951 |
| - |
952 |
| - |
| 940 | + |
953 | 941 |
|
954 | 942 |
|
955 | 943 |
|
| ||
970 | 958 |
|
971 | 959 |
|
972 | 960 |
|
973 |
| - |
974 |
| - |
| 961 | + |
975 | 962 |
|
976 | 963 |
|
977 | 964 |
|
| ||
991 | 978 |
|
992 | 979 |
|
993 | 980 |
|
994 |
| - |
995 |
| - |
| 981 | + |
996 | 982 |
|
997 | 983 |
|
998 | 984 |
|
| ||
1009 | 995 |
|
1010 | 996 |
|
1011 | 997 |
|
1012 |
| - |
1013 |
| - |
| 998 | + |
1014 | 999 |
|
1015 | 1000 |
|
1016 | 1001 |
|
| ||
1022 | 1007 |
|
1023 | 1008 |
|
1024 | 1009 |
|
1025 |
| - |
1026 |
| - |
1027 |
| - |
1028 |
| - |
1029 |
| - |
1030 |
| - |
1031 |
| - |
| 1010 | + |
| 1011 | + |
| 1012 | + |
| 1013 | + |
| 1014 | + |
| 1015 | + |
1032 | 1016 |
|
1033 | 1017 |
|
1034 | 1018 |
|
1035 | 1019 |
|
1036 | 1020 |
|
1037 |
| - |
1038 |
| - |
1039 |
| - |
| 1021 | + |
| 1022 | + |
1040 | 1023 |
|
1041 |
| - |
| 1024 | + |
1042 | 1025 |
|
1043 | 1026 |
|
1044 | 1027 |
|
| ||
1049 | 1032 |
|
1050 | 1033 |
|
1051 | 1034 |
|
1052 |
| - |
1053 |
| - |
| 1035 | + |
1054 | 1036 |
|
1055 | 1037 |
|
1056 | 1038 |
|
| ||
1069 | 1051 |
|
1070 | 1052 |
|
1071 | 1053 |
|
1072 |
| - |
1073 |
| - |
| 1054 | + |
1074 | 1055 |
|
1075 | 1056 |
|
1076 | 1057 |
|
| ||
1083 | 1064 |
|
1084 | 1065 |
|
1085 | 1066 |
|
1086 |
| - |
1087 |
| - |
1088 |
| - |
1089 |
| - |
1090 |
| - |
1091 |
| - |
1092 |
| - |
1093 |
| - |
1094 |
| - |
1095 |
| - |
1096 |
| - |
1097 |
| - |
1098 |
| - |
1099 |
| - |
1100 |
| - |
1101 |
| - |
1102 |
| - |
1103 |
| - |
1104 |
| - |
1105 |
| - |
1106 |
| - |
1107 |
| - |
1108 |
| - |
1109 |
| - |
1110 |
| - |
1111 |
| - |
1112 |
| - |
1113 |
| - |
1114 |
| - |
1115 |
| - |
1116 |
| - |
| 1067 | + |
| 1068 | + |
| 1069 | + |
| 1070 | + |
| 1071 | + |
| 1072 | + |
1117 | 1073 |
|
1118 | 1074 |
|
1119 | 1075 |
|
| ||
1145 | 1101 |
|
1146 | 1102 |
|
1147 | 1103 |
|
1148 |
| - |
1149 |
| - |
1150 |
| - |
1151 |
| - |
1152 |
| - |
1153 |
| - |
1154 |
| - |
1155 |
| - |
1156 |
| - |
| 1104 | + |
| 1105 | + |
| 1106 | + |
| 1107 | + |
1157 | 1108 |
|
1158 | 1109 |
|
1159 | 1110 |
|
|
lib/matplotlib/tests/test_backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_svg.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
| 21 | + |
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
|
lib/matplotlib/tests/test_backends_interactive.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backends_interactive.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
53 |
| - |
| 52 | + |
54 | 53 |
|
55 | 54 |
|
56 | 55 |
|
|
lib/matplotlib/tests/test_colorbar.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_colorbar.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
213 |
| - |
214 |
| - |
| 213 | + |
215 | 214 |
|
216 | 215 |
|
217 | 216 |
|
|
lib/matplotlib/tests/test_constrainedlayout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_constrainedlayout.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
167 | 166 |
|
168 | 167 |
|
169 | 168 |
|
|
0 commit comments