Commit ea082aa
File tree
Expand file treeCollapse file tree
10 files changed
+328
-4
lines changedFilter options
- doc
- api/api_changes
- users/whats_new
- examples/pylab_examples
- lib
- matplotlib
- tests
- baseline_images/test_offsetbox
- mpl_toolkits/axes_grid1
Expand file treeCollapse file tree
10 files changed
+328
-4
lines changeddoc/api/api_changes/2015-04-18-drawingarea.rst
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
doc/users/whats_new/offsetbox.rst
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
examples/pylab_examples/anchored_artists.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/anchored_artists.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1416 | 1416 |
|
1417 | 1417 |
|
1418 | 1418 |
|
| 1419 | + |
1419 | 1420 |
|
1420 | 1421 |
|
1421 | 1422 |
|
|
lib/matplotlib/offsetbox.py
Copy file name to clipboardExpand all lines: lib/matplotlib/offsetbox.py+16-2Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
569 | 570 |
|
570 | 571 |
|
571 | 572 |
|
572 |
| - |
| 573 | + |
| 574 | + |
573 | 575 |
|
574 | 576 |
|
575 | 577 |
|
576 |
| - |
| 578 | + |
577 | 579 |
|
578 | 580 |
|
579 | 581 |
|
| 582 | + |
580 | 583 |
|
581 | 584 |
|
582 | 585 |
|
| ||
585 | 588 |
|
586 | 589 |
|
587 | 590 |
|
| 591 | + |
588 | 592 |
|
589 | 593 |
|
590 | 594 |
|
| ||
656 | 660 |
|
657 | 661 |
|
658 | 662 |
|
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
659 | 671 |
|
| 672 | + |
| 673 | + |
660 | 674 |
|
661 | 675 |
|
662 | 676 |
|
|
lib/matplotlib/tests/baseline_images/test_offsetbox/offsetbox_clipping.pdf
Copy file name to clipboard1.55 KB
Binary file not shown.
lib/matplotlib/tests/baseline_images/test_offsetbox/offsetbox_clipping.png
Copy file name to clipboard3.88 KB
Loading
lib/matplotlib/tests/baseline_images/test_offsetbox/offsetbox_clipping.svg
Copy file name to clipboard+241Lines changed: 241 additions & 0 deletions
Loading
lib/matplotlib/tests/test_offsetbox.py
Copy file name to clipboard+49Lines changed: 49 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 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
lib/mpl_toolkits/axes_grid1/anchored_artists.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/anchored_artists.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
0 commit comments