Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into modification_dissociate
  • Loading branch information
ludwigVonKoopa committed Feb 25, 2021
commit d59406ca397cf439dbeb2947f82475fc491bd2e0
4 changes: 1 addition & 3 deletions examples/16_network/pet_segmentation_anim.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,4 @@ def update(i_frame):
mappable_CONTOUR = ax.plot(
e.contour_lon_e[INDICES[0]], e.contour_lat_e[INDICES[0]], color=cmap.colors[0]
)[0]
ani = VideoAnimation(
fig, update, frames=range(1, len(TRACKS), 4), interval=125, blit=True
)
ani = VideoAnimation(fig, update, frames=range(1, len(TRACKS), 4), interval=125)
You are viewing a condensed version of this merge commit. You can view the full changes here.