Skip to content

Commit

Permalink
Update post_processing/rayleigh_diagnostics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Edelmann <[email protected]>
  • Loading branch information
AlexKurek and tukss authored Aug 1, 2024
1 parent d123d04 commit 146e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post_processing/rayleigh_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -3128,7 +3128,7 @@ def plot_azav(fig,ax,field,radius,costheta,sintheta,r_bcz=0.71,mini=-1,maxi=-1,m
import numpy as np
import pylab as p
import matplotlib.pyplot as plt
from matplotlib import ticker #, font_manager
from matplotlib import ticker
#Modified version of Antoine Strukarek's routine
#r = radius/6.9599e10
r = radius/np.max(radius)
Expand Down

0 comments on commit 146e6fb

Please sign in to comment.