File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 8181 panels. Default is :rc:`subplots.panelpad`.
8282 %(units.em)s
8383"""
84- docstring .snippets ['gridspec.shared' ] = _shared_docstring
85- docstring .snippets ['gridspec.scalar' ] = _scalar_docstring
86- docstring .snippets ['gridspec.vector' ] = _tight_docstring
87- docstring .snippets ['gridspec.tight' ] = _tight_docstring
84+ docstring .snippets ['gridspec.shared' ] = docstring . add_snippets ( _shared_docstring )
85+ docstring .snippets ['gridspec.scalar' ] = docstring . add_snippets ( _scalar_docstring )
86+ docstring .snippets ['gridspec.vector' ] = docstring . add_snippets ( _tight_docstring )
87+ docstring .snippets ['gridspec.tight' ] = docstring . add_snippets ( _tight_docstring )
8888
8989
9090def _disable_method (attr ):
@@ -1111,9 +1111,7 @@ def figure(self, fig):
11111111 # NOTE: Do not document these since intended usage is internal and panel slot
11121112 # obfuscation makes this confusing. For example gs.update(wspace=gs.wspace) in
11131113 # presence of panels would yield error. For now the only supported introspection
1114- # is the __repr__. Probably no big deal... introspection not critical here. May
1115- # add support for introspection once 'EdgeStacks' are implemented and the
1116- # panel obfuscation is no longer required.
1114+ # is the __repr__. Probably no big deal... introspection not critical here.
11171115 nrows = property (lambda self : self ._nrows ) # in case missing
11181116 ncols = property (lambda self : self ._ncols ) # ...
11191117 left = property (functools .partial (_get_current_space , key = 'left' ))
You can’t perform that action at this time.
0 commit comments