sd_plot module

END DOCUMENTATION

sd_plot.calc_complex(mag, pha)[source]

Calculate real and imaginary part of the complex conductivity from magnitude and phase in log10.

sd_plot.check_minmax(plotman, cid, xmin, xmax, zmin, zmax, vmin, vmax)[source]
sd_plot.handle_options()[source]

Handle options.

sd_plot.main()[source]
class sd_plot.overview_plot(title, liste, alpha, unit, opt)[source]

Bases: object

cm(unit)[source]
create_figure(opt)[source]
getfigsize(opt)[source]

calculate appropriate sizes for the subfigures

load_grid(alpha)[source]

Load grid and calculate alpha values from the coverage/2.5.

save()[source]
sd_plot.plot_cmplx(options, freq_dirs, ov_mag)[source]
sd_plot.plot_dc(options, freq_dirs, ov_mag)[source]
class sd_plot.subplot(ov_plot, title, typ='cmplx')[source]

Bases: object

load_data(opt)[source]
plot_data(ov_plot, opt, i, j)[source]