MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_zmargin

Method get_zmargin

lib/mpl_toolkits/mplot3d/axes3d.py:531–545  ·  view source on GitHub ↗

Retrieve autoscaling margin of the z-axis. .. versionadded:: 3.9 Returns ------- zmargin : float See Also -------- mpl_toolkits.mplot3d.axes3d.Axes3D.set_zmargin

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

test_margin_gettersFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_margin_gettersFunction · 0.64