Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
eaton-lab committed Jun 12, 2023
1 parent 33f03c9 commit 7f34964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions toyplot/mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,7 @@ def domain(self, axis):
return toyplot.data.minimax([self._table[column] for column in columns])

def extents(self, axes):
"""Return extents in 1 or 2 dimensions.
"""
"""Return extents in 1 or 2 dimensions."""
# iterate over entered axes (e.g., ['x', 'y']) if exists for Mark
assert all(i in self._coordinate_axes for i in axes)

Expand Down

0 comments on commit 7f34964

Please sign in to comment.