Konstantin Ladutenko 6 years ago
parent
commit
dd1f5fa8af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/fieldplot.py

+ 1 - 1
examples/fieldplot.py

@@ -203,7 +203,7 @@ def fieldplot(fig, ax, x, m, WL, comment='', WL_units=' ', crossplane='XZ',
               field_to_plot='Pabs', npts=101, factor=2.1, flow_total=11,
               is_flow_extend=True, pl=-1, outline_width=1, subplot_label=' ',
               mode_n=-1, mode_type=-1):
-    print (x,m)
+    print ("WL=",WL," xm:", x,m)
     Ec, Hc, P, coordX, coordZ = GetField(crossplane, npts, factor, x, m, pl, mode_n, mode_type)
     Er = np.absolute(Ec)
     Hr = np.absolute(Hc)