File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -295,25 +295,6 @@ def _iterator(*args, **kwargs):
295295 # Mixed
296296 raise AttributeError (f'Found mixed types for attribute { attr !r} .' )
297297
298- # TODO: No more putting panels, legends, colorbars on the SubplotSpec.
299- # Put them in the margin, increase default space, and lock them to
300- # subplot bounds with locators, borrowing from axes_grid1 toolkit
301- # TODO: Consider adding Github issue, would be major API change.
302- # def colorbar(self, loc=None):
303- # """Draws a colorbar that spans axes in the selected range."""
304- # for ax in self:
305- # pass
306- #
307- # def legend(self, loc=None):
308- # """Draws a legend that spans axes in the selected range."""
309- # for ax in self:
310- # pass
311- #
312- # def text(self, loc=None):
313- # """Draws text that spans axes in the selected range."""
314- # for ax in self:
315- # pass
316-
317298#-----------------------------------------------------------------------------#
318299# Gridspec classes
319300#-----------------------------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments