Skip to content

Commit

Permalink
Merge pull request #498 from feathern/plotazav
Browse files Browse the repository at this point in the history
Added return statement to the plot_azav routine.
  • Loading branch information
illorenzo7 authored Apr 3, 2024
2 parents 456aa34 + 2e2928c commit a92994f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions post_processing/rayleigh_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2860,6 +2860,8 @@ def plot_azav(fig,ax,field,radius,costheta,sintheta,r_bcz=0.71,mini=-1,maxi=-1,m
levs=mini+np.linspace(1,nlevs,nlevs)/float(nlevs)*(maxi-mini)
ax.contour(yr,xr,field,colors='w',levels=levs)

return img

def streamfunction(vr,vt,r,cost,order=0):
"""------------------------------------------------------------
This routine takes as input a divergenceless axisymmetric
Expand Down

0 comments on commit a92994f

Please sign in to comment.