Skip to content

Commit

Permalink
test diff. video size
Browse files Browse the repository at this point in the history
  • Loading branch information
EderSantana committed Oct 4, 2015
1 parent fd4c094 commit 6627807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agnez/output/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def video_grid(video, ani_path='video_grid.gif', rescale=False):
flag to rescale displayed images by grid2d
'''
fig = plt.figure(figsize=(10, 10))
fig = plt.figure(figsize=(20, 20))
ax1 = _prepare_axis(111)
t = video.shape[1]

Expand Down

0 comments on commit 6627807

Please sign in to comment.