Skip to content

Commit

Permalink
modified: pplot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
psava committed Feb 28, 2024
1 parent f97523e commit c469011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/Recipes/pplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def multip(plot,allplots,ny,nx,ys,xs,yc,xc):
alljnk.append(jnk)

Plot (plot,alljnk,'Overlay')
Result(plot,alljnk,'Overlay')
# Result(plot,alljnk,'Overlay')

def animate(plot,allplots,ny,nx,ys,xs,yc,xc):
Result(plot,allplots,'Movie')
Expand Down

0 comments on commit c469011

Please sign in to comment.