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

Method get_ymargin

lib/matplotlib/axes/_base.py:2840–2855  ·  view source on GitHub ↗

Retrieve autoscaling margin of the y-axis. .. versionadded:: 3.9 Returns ------- ymargin : float See Also -------- :ref:`autoscale_margins` matplotlib.axes.Axes.set_ymargin

(self)

Source from the content-addressed store, hash-verified

2838 return self._xmargin
2839
2840 def get_ymargin(self):
2841 """
2842 Retrieve autoscaling margin of the y-axis.
2843
2844 .. versionadded:: 3.9
2845
2846 Returns
2847 -------
2848 ymargin : float
2849
2850 See Also
2851 --------
2852 :ref:`autoscale_margins`
2853 matplotlib.axes.Axes.set_ymargin
2854 """
2855 return self._ymargin
2856
2857 def set_xmargin(self, m):
2858 """

Callers 3

test_margin_gettersFunction · 0.80
test_margin_gettersFunction · 0.80
autoscale.pyFile · 0.80

Calls

no outgoing calls

Tested by 2

test_margin_gettersFunction · 0.64
test_margin_gettersFunction · 0.64