Commit 9b661e7
committed
Merge pull request matplotlib#3958 from jenshnielsen/examples_filter_warnings
Supress some warnings in examples4 files changed
+40-15Lines changed: 40 additions & 15 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- examples/pylab_examples
- lib
- matplotlib
- axes
- projections
- mpl_toolkits/axisartist
Expand file treeCollapse file tree
Open diff view settings
Collapse file
examples/pylab_examples/demo_tight_layout.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/demo_tight_layout.py+16-6Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
| ||
83 | 83 | |
84 | 84 | |
85 | 85 | |
86 | | - |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
87 | 92 | |
88 | 93 | |
89 | 94 | |
90 | 95 | |
91 | 96 | |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
96 | 106 | |
97 | 107 | |
98 | 108 | |
|
Collapse file
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4054 | 4054 | |
4055 | 4055 | |
4056 | 4056 | |
4057 | | - |
| 4057 | + |
| 4058 | + |
| 4059 | + |
| 4060 | + |
| 4061 | + |
4058 | 4062 | |
4059 | 4063 | |
4060 | 4064 | |
|
Collapse file
lib/matplotlib/projections/polar.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/polar.py+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
146 | 146 | |
147 | 147 | |
148 | 148 | |
149 | | - |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
150 | 156 | |
151 | 157 | |
152 | 158 | |
|
Collapse file
lib/mpl_toolkits/axisartist/angle_helper.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/angle_helper.py+12-7Lines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
385 | 385 | |
386 | 386 | |
387 | 387 | |
388 | | - |
389 | | - |
390 | | - |
391 | | - |
392 | | - |
393 | | - |
394 | | - |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
395 | 400 | |
396 | 401 | |
397 | 402 | |
|
0 commit comments