KPM-related plot functions.
Plot LDOS (local density of states). Expect cofunc.coFunc object.
Plot DOS (density of states). Expect cofunc.coFunc object.
Plot ADOS (density of states). Expect cofunc.coFunc object.
Plot ALDOS (arithmetic mean of the local density of states). Expect cofunc.coFunc object. If err is True, calculate the standard error (using cofunc.coFunc attributes var and count) and plot errorbars.
Plot ALDOS at the given energies for different disorder. If err is True, calculate the standard error (using cofunc.coFunc attributes var and count) and plot errorbars (95 % confidence intervals).
Plot GLDOS (geometric mean of the local density of states, or typical density of states). Expect cofunc.coFunc object. If err is True, calculate the standard error (using cofunc.coFunc attributes var and count) and plot errorbars.
Plot ADOS (average density of states) and GLDOS (geometric mean of the local density of states). Expect two cofunc.coFunc objects. If err is True, calculate the standard error (using cofunc.coFunc attributes var and count) and plot errorbars.
Plot ALDOS (arithmetic mean of the local density of states) and GLDOS (geometric mean of the local density of states). Expect two cofunc.coFunc objects. If err is True, calculate the standard error (using cofunc.coFunc attributes var and count) and plot errorbars.