Retrieve autoscaling margin of the z-axis. .. versionadded:: 3.9 Returns ------- zmargin : float See Also -------- mpl_toolkits.mplot3d.axes3d.Axes3D.set_zmargin
(self)
| 529 | set_autoscalez_on = _axis_method_wrapper("zaxis", "_set_autoscale_on") |
| 530 | |
| 531 | def get_zmargin(self): |
| 532 | """ |
| 533 | Retrieve autoscaling margin of the z-axis. |
| 534 | |
| 535 | .. versionadded:: 3.9 |
| 536 | |
| 537 | Returns |
| 538 | ------- |
| 539 | zmargin : float |
| 540 | |
| 541 | See Also |
| 542 | -------- |
| 543 | mpl_toolkits.mplot3d.axes3d.Axes3D.set_zmargin |
| 544 | """ |
| 545 | return self._zmargin |
| 546 | |
| 547 | def set_zmargin(self, m): |
| 548 | """ |
no outgoing calls