Commit 119228b
committed
Let SecondaryAxis inherit get_tightbbox from _AxesBase.
The only difference in the implementation of _AxesBase.get_tightbbox and
SecondaryAxis.get_tightbbox is that the latter explicitly ignores the
axis in the "other" direction, but because that axis is set to
invisible, its tightbbox is None. So we can just directly inherit the
parent implementation.1 parent 1e40243 commit 119228b
1 file changed
Lines changed: 0 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | 309 | | |
348 | 310 | | |
349 | 311 | | |
| |||
0 commit comments