Skip to content

Commit

Permalink
Fixing failing builds (#600)
Browse files Browse the repository at this point in the history
* retrying the fix I tried earlier

* small formatting fix

* small formatting fix

* small formatting fix

* small formatting fix (another one sorry)

* small formatting fix (last one?)

* small formatting fix (it wasn't the last one)

* small formatting fix (maybe this time)

* new approach

* making progress!
  • Loading branch information
nkorinek committed Aug 26, 2020
1 parent 1b3d0d5 commit b2b318a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions earthpy/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ def plot_bands(
... ep.plot_bands(src.read(),
... title=titles,
... figsize=(8, 3))
array([<matplotlib.axes._subplots.AxesSubplot object at 0x...
array([<AxesSubplot:title={'center':'Red'}>...
"""
show = False
try:
Expand Down Expand Up @@ -389,7 +390,7 @@ def plot_rgb(
... img_array = src.read()
>>> # Ensure the input array doesn't have nodata values like -9999
>>> ep.plot_rgb(img_array)
<matplotlib.axes._subplots.AxesSubplot object at 0x...
<AxesSubplot:>
"""

Expand Down

0 comments on commit b2b318a

Please sign in to comment.