Skip to content

Commit

Permalink
fix docstring example
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakJariwala committed Nov 10, 2020
1 parent 950d31f commit 753be0a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/seaborn_image/_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,12 @@ class ImageGrid:
>>> from skimage.exposure import adjust_gamma
>>> g = isns.ImageGrid(
cells,
map_func=adjust_gamma,
gamma=0.5,
cbar=False,
height=1,
col_wrap=10
)
... cells,
... map_func=adjust_gamma,
... gamma=0.5,
... cbar=False,
... height=1,
... col_wrap=10)
Change colorbar orientation
Expand Down

0 comments on commit 753be0a

Please sign in to comment.