-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
-
__getitem__forGridPlot, index the subplots using tuple ofintorstrby giving subplots names.Subplothasnameattribute. adding functionality to gridplot to name subplots in gridplot #27gridplot[0, 0] # returns Subplot at [0, 0] gridplot[0, 0].name = "bah" gridplot["bah"] # returns Subplot at 0, 0
-
each
Graphiccan also be given anameattribute for referencing it.Subplot.__getitem__can takestrto reference theGraphicitems. -
implement a way to get
Graphicinstances from a subplot. -
We can also create a useful
__repr__forGridplot,SubplotandGraphic.
Metadata
Metadata
Assignees
Labels
No labels