Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor
  • Loading branch information
lukelbd committed Sep 3, 2019
commit bf87d3a8e37a1f77666eb3b269cc6692b50c48f0
3 changes: 2 additions & 1 deletion proplot/subplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ def __getitem__(self, key):
return objs

def __getattr__(self, attr):
"""If the attribute is *callable*, returns a dummy function that loops
"""
If the attribute is *callable*, returns a dummy function that loops
through each identically named method, calls them in succession, and
returns a tuple of the results. This lets you call arbitrary methods
on multiple axes at once! If the `axes_grid` has length ``1``,
Expand Down