Commit 67a987e
File tree
Expand file treeCollapse file tree
8 files changed
+82
-23
lines changedFilter options
- doc/api/api_changes_3.3
- lib/matplotlib
- axes
- tests
- baseline_images/test_constrainedlayout
Expand file treeCollapse file tree
8 files changed
+82
-23
lines changeddoc/api/api_changes_3.3/behaviour.rst
Copy file name to clipboardExpand all lines: doc/api/api_changes_3.3/behaviour.rst+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
204 |
| - |
205 | 204 |
|
206 | 205 |
|
207 | 206 |
|
| ||
214 | 213 |
|
215 | 214 |
|
216 | 215 |
|
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
lib/matplotlib/_constrained_layout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_constrained_layout.py+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
258 | 258 |
|
259 | 259 |
|
260 | 260 |
|
261 |
| - |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
262 | 266 |
|
263 | 267 |
|
264 | 268 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+29-7Lines changed: 29 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4080 | 4080 |
|
4081 | 4081 |
|
4082 | 4082 |
|
| 4083 | + |
| 4084 | + |
| 4085 | + |
| 4086 | + |
4083 | 4087 |
|
4084 | 4088 |
|
4085 | 4089 |
|
4086 | 4090 |
|
4087 |
| - |
| 4091 | + |
4088 | 4092 |
|
4089 | 4093 |
|
4090 | 4094 |
|
| ||
4110 | 4114 |
|
4111 | 4115 |
|
4112 | 4116 |
|
| 4117 | + |
| 4118 | + |
| 4119 | + |
| 4120 | + |
4113 | 4121 |
|
4114 | 4122 |
|
4115 | 4123 |
|
| ||
4135 | 4143 |
|
4136 | 4144 |
|
4137 | 4145 |
|
4138 |
| - |
| 4146 | + |
| 4147 | + |
| 4148 | + |
| 4149 | + |
| 4150 | + |
| 4151 | + |
4139 | 4152 |
|
4140 | 4153 |
|
4141 | 4154 |
|
4142 |
| - |
| 4155 | + |
| 4156 | + |
| 4157 | + |
| 4158 | + |
| 4159 | + |
| 4160 | + |
4143 | 4161 |
|
4144 | 4162 |
|
4145 |
| - |
4146 | 4163 |
|
4147 |
| - |
4148 | 4164 |
|
4149 | 4165 |
|
4150 | 4166 |
|
4151 | 4167 |
|
4152 | 4168 |
|
4153 |
| - |
| 4169 | + |
| 4170 | + |
| 4171 | + |
| 4172 | + |
| 4173 | + |
| 4174 | + |
| 4175 | + |
| 4176 | + |
4154 | 4177 |
|
4155 | 4178 |
|
4156 | 4179 |
|
| ||
4173 | 4196 |
|
4174 | 4197 |
|
4175 | 4198 |
|
4176 |
| - |
4177 | 4199 |
|
4178 | 4200 |
|
4179 | 4201 |
|
|
+20-2Lines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1079 | 1079 |
|
1080 | 1080 |
|
1081 | 1081 |
|
1082 |
| - |
| 1082 | + |
1083 | 1083 |
|
1084 | 1084 |
|
1085 | 1085 |
|
| 1086 | + |
| 1087 | + |
| 1088 | + |
| 1089 | + |
| 1090 | + |
1086 | 1091 |
|
1087 | 1092 |
|
1088 | 1093 |
|
| ||
1100 | 1105 |
|
1101 | 1106 |
|
1102 | 1107 |
|
1103 |
| - |
| 1108 | + |
1104 | 1109 |
|
1105 | 1110 |
|
1106 | 1111 |
|
1107 | 1112 |
|
| 1113 | + |
| 1114 | + |
| 1115 | + |
| 1116 | + |
| 1117 | + |
| 1118 | + |
| 1119 | + |
| 1120 | + |
| 1121 | + |
| 1122 | + |
| 1123 | + |
| 1124 | + |
| 1125 | + |
1108 | 1126 |
|
1109 | 1127 |
|
1110 | 1128 |
|
|
lib/matplotlib/tests/baseline_images/test_constrainedlayout/constrained_layout11.png
Copy file name to clipboard4.29 KB
Loading
lib/matplotlib/tests/test_constrainedlayout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_constrainedlayout.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
179 |
| - |
| 179 | + |
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
|
lib/matplotlib/tests/test_tightlayout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_tightlayout.py+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
258 | 258 |
|
259 | 259 |
|
260 | 260 |
|
261 |
| - |
| 261 | + |
262 | 262 |
|
263 | 263 |
|
264 |
| - |
265 |
| - |
266 | 264 |
|
267 | 265 |
|
268 | 266 |
|
269 |
| - |
| 267 | + |
270 | 268 |
|
271 | 269 |
|
272 | 270 |
|
273 |
| - |
274 |
| - |
275 | 271 |
|
276 | 272 |
|
277 | 273 |
|
278 |
| - |
| 274 | + |
279 | 275 |
|
280 | 276 |
|
281 | 277 |
|
282 |
| - |
283 |
| - |
284 | 278 |
|
285 | 279 |
|
286 | 280 |
|
|
lib/matplotlib/tight_layout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tight_layout.py+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
81 |
| - |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
82 | 89 |
|
83 | 90 |
|
84 | 91 |
|
|
0 commit comments