Skip to content

Commit

Permalink
adds play docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed Mar 14, 2016
1 parent c7b5e5f commit 324aaa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jetpack/chart.py
Expand Up @@ -140,8 +140,8 @@ def image(data, mode='div', center=True, cmap=None, aspect='equal', vmin=None, v
plt.draw()


def play(images, cmap='viridis', interval=50, clim=None, **kwargs):

def play(images, cmap='gray', interval=100, clim=None, **kwargs):
"""Plays an animation of the given stack of images"""
fig = plt.figure()
ax = fig.add_subplot(111)
noticks(ax=ax)
Expand Down

0 comments on commit 324aaa3

Please sign in to comment.