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

Method _remove_suplabel

lib/matplotlib/figure.py:386–388  ·  view source on GitHub ↗
(self, label, name)

Source from the content-addressed store, hash-verified

384 return suplab
385
386 def _remove_suplabel(self, label, name):
387 self.texts.remove(label)
388 setattr(self, name, None)
389
390 @_docstring.Substitution(x0=0.5, y0=0.98, name='super title', ha='center',
391 va='top', rc='title')

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected