Commit 291b995
File tree
Expand file treeCollapse file tree
22 files changed
+37
-74
lines changedFilter options
- examples
- misc
- tests
- text_labels_and_annotations
- lib
- matplotlib
- axes
- backends
- tests
- mpl_toolkits
- axes_grid1
- axisartist
- mplot3d
- tools
- unit
Expand file treeCollapse file tree
22 files changed
+37
-74
lines changedexamples/misc/font_indexing.py
Copy file name to clipboardExpand all lines: examples/misc/font_indexing.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
36 | 35 |
|
37 | 36 |
|
38 | 37 |
|
39 |
| - |
| 38 | + |
40 | 39 |
|
41 | 40 |
|
42 | 41 |
|
|
examples/tests/backend_driver_sgskip.py
Copy file name to clipboardExpand all lines: examples/tests/backend_driver_sgskip.py+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
467 | 467 |
|
468 | 468 |
|
469 | 469 |
|
470 |
| - |
471 |
| - |
| 470 | + |
472 | 471 |
|
473 | 472 |
|
474 | 473 |
|
| ||
507 | 506 |
|
508 | 507 |
|
509 | 508 |
|
510 |
| - |
| 509 | + |
511 | 510 |
|
512 |
| - |
513 | 511 |
|
514 | 512 |
|
515 | 513 |
|
|
examples/text_labels_and_annotations/dashpointlabel.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/dashpointlabel.py+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
| 15 | + |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
| ||
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 |
| - |
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
| ||
36 | 34 |
|
37 | 35 |
|
38 | 36 |
|
39 |
| - |
40 |
| - |
| 37 | + |
| 38 | + |
41 | 39 |
|
42 | 40 |
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1049 | 1049 |
|
1050 | 1050 |
|
1051 | 1051 |
|
1052 |
| - |
1053 | 1052 |
|
1054 | 1053 |
|
1055 | 1054 |
|
|
lib/matplotlib/backends/backend_agg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_agg.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
208 |
| - |
| 208 | + |
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
216 | 215 |
|
217 | 216 |
|
218 | 217 |
|
|
lib/matplotlib/backends/backend_pdf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pdf.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2364 | 2364 |
|
2365 | 2365 |
|
2366 | 2366 |
|
2367 |
| - |
2368 |
| - |
| 2367 | + |
| 2368 | + |
2369 | 2369 |
|
2370 | 2370 |
|
2371 | 2371 |
|
|
lib/matplotlib/backends/backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
364 | 364 |
|
365 | 365 |
|
366 | 366 |
|
367 |
| - |
368 | 367 |
|
369 | 368 |
|
370 | 369 |
|
| ||
456 | 455 |
|
457 | 456 |
|
458 | 457 |
|
459 |
| - |
460 | 458 |
|
461 | 459 |
|
462 | 460 |
|
| ||
470 | 468 |
|
471 | 469 |
|
472 | 470 |
|
473 |
| - |
474 | 471 |
|
475 | 472 |
|
476 | 473 |
|
| ||
726 | 723 |
|
727 | 724 |
|
728 | 725 |
|
729 |
| - |
730 | 726 |
|
731 | 727 |
|
732 | 728 |
|
|
lib/matplotlib/backends/backend_wx.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
998 | 998 |
|
999 | 999 |
|
1000 | 1000 |
|
1001 |
| - |
1002 | 1001 |
|
1003 | 1002 |
|
1004 | 1003 |
|
| ||
1059 | 1058 |
|
1060 | 1059 |
|
1061 | 1060 |
|
1062 |
| - |
1063 | 1061 |
|
1064 | 1062 |
|
1065 | 1063 |
|
| ||
1086 | 1084 |
|
1087 | 1085 |
|
1088 | 1086 |
|
1089 |
| - |
1090 | 1087 |
|
1091 | 1088 |
|
1092 | 1089 |
|
| ||
1102 | 1099 |
|
1103 | 1100 |
|
1104 | 1101 |
|
1105 |
| - |
1106 | 1102 |
|
1107 | 1103 |
|
1108 | 1104 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
974 | 974 |
|
975 | 975 |
|
976 | 976 |
|
977 |
| - |
978 | 977 |
|
979 | 978 |
|
980 | 979 |
|
|
+18-27Lines changed: 18 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2582 | 2582 |
|
2583 | 2583 |
|
2584 | 2584 |
|
2585 |
| - |
2586 | 2585 |
|
2587 | 2586 |
|
2588 | 2587 |
|
2589 |
| - |
2590 | 2588 |
|
2591 | 2589 |
|
2592 | 2590 |
|
2593 |
| - |
2594 | 2591 |
|
2595 | 2592 |
|
2596 | 2593 |
|
2597 | 2594 |
|
2598 | 2595 |
|
2599 |
| - |
2600 | 2596 |
|
2601 | 2597 |
|
2602 | 2598 |
|
| ||
2630 | 2626 |
|
2631 | 2627 |
|
2632 | 2628 |
|
2633 |
| - |
| 2629 | + |
2634 | 2630 |
|
2635 | 2631 |
|
2636 | 2632 |
|
| ||
2639 | 2635 |
|
2640 | 2636 |
|
2641 | 2637 |
|
2642 |
| - |
2643 | 2638 |
|
2644 | 2639 |
|
2645 | 2640 |
|
| ||
2691 | 2686 |
|
2692 | 2687 |
|
2693 | 2688 |
|
2694 |
| - |
2695 | 2689 |
|
2696 | 2690 |
|
2697 | 2691 |
|
| ||
2768 | 2762 |
|
2769 | 2763 |
|
2770 | 2764 |
|
2771 |
| - |
| 2765 | + |
2772 | 2766 |
|
2773 | 2767 |
|
2774 | 2768 |
|
| ||
2792 | 2786 |
|
2793 | 2787 |
|
2794 | 2788 |
|
2795 |
| - |
2796 | 2789 |
|
2797 | 2790 |
|
2798 | 2791 |
|
| ||
2830 | 2823 |
|
2831 | 2824 |
|
2832 | 2825 |
|
2833 |
| - |
| 2826 | + |
2834 | 2827 |
|
2835 | 2828 |
|
2836 | 2829 |
|
| ||
2856 | 2849 |
|
2857 | 2850 |
|
2858 | 2851 |
|
2859 |
| - |
| 2852 | + |
2860 | 2853 |
|
2861 | 2854 |
|
2862 | 2855 |
|
| ||
3086 | 3079 |
|
3087 | 3080 |
|
3088 | 3081 |
|
3089 |
| - |
3090 |
| - |
| 3082 | + |
| 3083 | + |
3091 | 3084 |
|
3092 | 3085 |
|
3093 | 3086 |
|
3094 | 3087 |
|
3095 |
| - |
3096 |
| - |
| 3088 | + |
| 3089 | + |
3097 | 3090 |
|
3098 | 3091 |
|
3099 | 3092 |
|
| ||
3104 | 3097 |
|
3105 | 3098 |
|
3106 | 3099 |
|
3107 |
| - |
3108 |
| - |
| 3100 | + |
| 3101 | + |
3109 | 3102 |
|
3110 | 3103 |
|
3111 | 3104 |
|
| ||
3116 | 3109 |
|
3117 | 3110 |
|
3118 | 3111 |
|
3119 |
| - |
3120 |
| - |
| 3112 | + |
| 3113 | + |
3121 | 3114 |
|
3122 | 3115 |
|
3123 | 3116 |
|
3124 | 3117 |
|
3125 | 3118 |
|
3126 | 3119 |
|
3127 |
| - |
3128 |
| - |
| 3120 | + |
| 3121 | + |
3129 | 3122 |
|
3130 | 3123 |
|
3131 | 3124 |
|
3132 | 3125 |
|
3133 | 3126 |
|
3134 | 3127 |
|
3135 |
| - |
3136 | 3128 |
|
3137 | 3129 |
|
3138 | 3130 |
|
| ||
3177 | 3169 |
|
3178 | 3170 |
|
3179 | 3171 |
|
3180 |
| - |
3181 |
| - |
| 3172 | + |
| 3173 | + |
3182 | 3174 |
|
3183 | 3175 |
|
3184 | 3176 |
|
| ||
3222 | 3214 |
|
3223 | 3215 |
|
3224 | 3216 |
|
3225 |
| - |
3226 | 3217 |
|
3227 | 3218 |
|
3228 | 3219 |
|
| ||
3320 | 3311 |
|
3321 | 3312 |
|
3322 | 3313 |
|
3323 |
| - |
| 3314 | + |
3324 | 3315 |
|
3325 | 3316 |
|
3326 | 3317 |
|
| ||
3402 | 3393 |
|
3403 | 3394 |
|
3404 | 3395 |
|
3405 |
| - |
| 3396 | + |
3406 | 3397 |
|
3407 | 3398 |
|
3408 | 3399 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
227 | 227 |
|
228 | 228 |
|
229 | 229 |
|
230 |
| - |
231 |
| - |
| 230 | + |
| 231 | + |
232 | 232 |
|
233 | 233 |
|
234 | 234 |
|
235 |
| - |
| 235 | + |
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 |
| - |
243 |
| - |
| 242 | + |
| 243 | + |
244 | 244 |
|
245 | 245 |
|
246 | 246 |
|
| ||
5495 | 5495 |
|
5496 | 5496 |
|
5497 | 5497 |
|
5498 |
| - |
| 5498 | + |
5499 | 5499 |
|
5500 | 5500 |
|
5501 | 5501 |
|
|
lib/matplotlib/tests/test_colors.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_colors.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
71 | 70 |
|
72 | 71 |
|
73 | 72 |
|
|
0 commit comments