Skip to content

Commit 7132b40

Browse files
committed
Remove commented out code from panels-to-parasites
1 parent a8fc441 commit 7132b40

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

proplot/subplots.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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
#-----------------------------------------------------------------------------#

0 commit comments

Comments
 (0)