Ignore:
Timestamp:
Sep 21, 2018 1:45:37 PM (6 years ago)
Author:
sward
Message:

Fix in pointer assignment in MAS and MAS-Examples updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/EXAMPLES/agents/canyon/OUTPUT/ani_agt.py

    r3159 r3268  
    8282    return ax,
    8383
    84 anim = animation.FuncAnimation(fig, animate, frames=Nt, interval=60, blit=False,save_count=0)
     84anim = animation.FuncAnimation(fig, animate, frames=Nt, interval=20, blit=False,save_count=0)
    8585anim.save('ags.mp4', dpi=200, writer='ffmpeg')
Note: See TracChangeset for help on using the changeset viewer.