(self, loc, offset=None)
| 447 | return children |
| 448 | |
| 449 | def new_fixed_axis(self, loc, offset=None): |
| 450 | return self.get_grid_helper().new_fixed_axis(loc, offset=offset, axes=self) |
| 451 | |
| 452 | def new_floating_axis(self, nth_coord, value, axis_direction="bottom"): |
| 453 | return self.get_grid_helper().new_floating_axis( |
no test coverage detected