Commit e159dde
committed
Inline _init_axes_pad into Grid.__init__.
It's only called from `__init__`, so inlining it defines more attributes
directly in `__init__`. Also avoids having to wonder about the
difference between _init_axes_pad and set_axes_pad.1 parent 3218b11 commit e159dde
1 file changed
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | 196 | | |
201 | 197 | | |
202 | 198 | | |
| |||
256 | 252 | | |
257 | 253 | | |
258 | 254 | | |
259 | | - | |
260 | | - | |
261 | 255 | | |
262 | 256 | | |
263 | 257 | | |
| |||
0 commit comments