60        plot(neffs, abs(dets))
 
   74    plot_geometry(
solver.geometry, color=
'w', mirror=
True, periods=2, lw=0.5)
 
   87    axhline(0.0, ls=
'--', color=
'k', lw=0.5)
 
   88    axhline(0.5, ls=
'--', color=
'k', lw=0.5)
 
   92    Ec[(0.0 <= y) & (y <= 0.5)] *= 1.3**2
 
  101        subplot2grid((3,3), (c, 0), sharey=ax_mag, sharex=ax_mag)
 
  106        plot_field(Ec, levels, comp=c, cmap=
'bwr')
 
  107        plot_geometry(
solver.geometry, color=
'k', mirror=
True, periods=2, lw=0.5)