Skip to content

Commit

Permalink
Update datashader/glyphs.py
Browse files Browse the repository at this point in the history
_compute_x_bounds -> compute_x_bounds

Co-Authored-By: jonmmease <jon.mease@gmail.com>
  • Loading branch information
jbednar and jonmmease authored Jan 22, 2019
1 parent ac07015 commit e5eb8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datashader/glyphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def compute_x_bounds_dask(self, df):

@memoize
def compute_y_bounds_dask(self, df):
"""Like ``PointLike._compute_x_bounds``, but memoized because
"""Like ``PointLike.compute_x_bounds``, but memoized because
``df`` is immutable/hashable (a Dask dataframe).
"""
y_mins = [np.nanmin(df[ylabel].values) for ylabel in self.y]
Expand Down

0 comments on commit e5eb8a7

Please sign in to comment.