Skip to content

Commit

Permalink
Merge 5568bb1 into a251174
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jun 24, 2020
2 parents a251174 + 5568bb1 commit 31ba40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions librosa/display.py
Expand Up @@ -630,8 +630,8 @@ def specshow(data, x_coords=None, y_coords=None,
Returns
-------
axes
The axis handle for the figure.
colormesh : `matplotlib.collections.QuadMesh`
The color mesh object produced by `matplotlib.pyplot.pcolormesh`
See Also
Expand Down Expand Up @@ -773,7 +773,7 @@ def specshow(data, x_coords=None, y_coords=None,
__decorate_axis(axes.xaxis, x_axis, key=key)
__decorate_axis(axes.yaxis, y_axis, key=key)

return axes
return out


def __set_current_image(ax, img):
Expand Down

0 comments on commit 31ba40b

Please sign in to comment.