Set the tick label pad in points Parameters ---------- val : float
(self, val)
| 265 | return False, {} |
| 266 | |
| 267 | def set_pad(self, val): |
| 268 | """ |
| 269 | Set the tick label pad in points |
| 270 | |
| 271 | Parameters |
| 272 | ---------- |
| 273 | val : float |
| 274 | """ |
| 275 | self._apply_params(pad=val) |
| 276 | self.stale = True |
| 277 | |
| 278 | def get_pad(self): |
| 279 | """Get the value of the tick label pad in points.""" |
no test coverage detected