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

Function gca

lib/matplotlib/pyplot.py:2932–2933  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2930# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2931@_copy_docstring_and_deprecators(Figure.gca)
2932def gca() -> Axes:
2933 return gcf().gca()
2934
2935
2936# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers 15

delaxesFunction · 0.85
claFunction · 0.85
twinxFunction · 0.85
twinyFunction · 0.85
boxFunction · 0.85
xlimFunction · 0.85
ylimFunction · 0.85
xticksFunction · 0.85
yticksFunction · 0.85
rgridsFunction · 0.85
thetagridsFunction · 0.85
matshowFunction · 0.85

Calls 2

gcfFunction · 0.85
gcaMethod · 0.80

Tested by

no test coverage detected