Return the `.SubplotSpec` associated with the subplot, or None.
(self)
| 840 | return f"<{self.__class__.__name__}: " + ", ".join(fields) + ">" |
| 841 | |
| 842 | def get_subplotspec(self): |
| 843 | """Return the `.SubplotSpec` associated with the subplot, or None.""" |
| 844 | return self._subplotspec |
| 845 | |
| 846 | def set_subplotspec(self, subplotspec): |
| 847 | """Set the `.SubplotSpec`. associated with the subplot.""" |
no outgoing calls