Commit 21ebc3a
File tree
Expand file treeCollapse file tree
29 files changed
+204
-132
lines changedFilter options
- .github
- LICENSE
- doc
- api/next_api_changes
- users/next_whats_new
- examples
- animation
- axisartist
- event_handling
- images_contours_and_fields
- text_labels_and_annotations
- widgets
- lib
- matplotlib
- axes
- backends
- web_backend/js
- tests
- baseline_images/test_quiver
- mpl_toolkits/mplot3d
- requirements/testing
- src
Expand file treeCollapse file tree
29 files changed
+204
-132
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
|
.github/FUNDING.yml
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
LICENSE/LICENSE_PAINT
Copy file name to clipboard+20Lines changed: 20 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 | + |
doc/api/next_api_changes/2019-06-05-JKS.rst
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
doc/users/next_whats_new/2019-05-31-AL.rst
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
examples/animation/random_walk.py
Copy file name to clipboardExpand all lines: examples/animation/random_walk.py+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
22 | 26 |
|
23 | 27 |
|
24 | 28 |
|
|
examples/animation/strip_chart.py
Copy file name to clipboardExpand all lines: examples/animation/strip_chart.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
|
examples/axisartist/demo_axis_direction.py
Copy file name to clipboardExpand all lines: examples/axisartist/demo_axis_direction.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 22 | + |
25 | 23 |
|
26 | 24 |
|
27 | 25 |
|
|
examples/axisartist/demo_curvelinear_grid2.py
Copy file name to clipboardExpand all lines: examples/axisartist/demo_curvelinear_grid2.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 |
| - |
| 25 | + |
28 | 26 |
|
29 | 27 |
|
30 | 28 |
|
|
examples/axisartist/simple_axis_pad.py
Copy file name to clipboardExpand all lines: examples/axisartist/simple_axis_pad.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 22 | + |
25 | 23 |
|
26 | 24 |
|
27 | 25 |
|
|
examples/event_handling/pick_event_demo2.py
Copy file name to clipboardExpand all lines: examples/event_handling/pick_event_demo2.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
8 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
examples/images_contours_and_fields/interpolation_methods.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/interpolation_methods.py+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
examples/text_labels_and_annotations/font_file.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/font_file.py+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 |
| - |
| 26 | + |
25 | 27 |
|
26 |
| - |
27 |
| - |
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
|
examples/widgets/span_selector.py
Copy file name to clipboardExpand all lines: examples/widgets/span_selector.py+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
42 | 49 |
|
43 | 50 |
|
| 51 | + |
44 | 52 |
|
45 | 53 |
|
46 | 54 |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6309 | 6309 |
|
6310 | 6310 |
|
6311 | 6311 |
|
| 6312 | + |
| 6313 | + |
| 6314 | + |
6312 | 6315 |
|
6313 | 6316 |
|
6314 | 6317 |
|
|
0 commit comments