radtools.DOSQE.plot_pdos_tot#
method
- DOSQE.plot_pdos_tot(output_name, interactive=False, efermi=0, xlim=None, ylim=None, save_pickle=False, axes_labels_fontsize=18, legend_fontsize=12, title_fontsize=18)[source]#
Plot total DOS vs total PDOS.
- Parameters:
- output_namestr
Name of the output file.
- interactivebool, default False
Whether to plot in interactive matplotlib window.
- efermifloat, default 0
Fermi energy. Zero of energy scale is shifted to it.
- xlimtuple, optional
Limits for energy scale.
- ylimtuple, optional
Limits for dos scale.
- save_picklebool, default False
Whether to save figure as a .pickle file. Helps for custom modification of particular figures.
- axes_label_fontsizeint, default 18
Fontsize of the axes labels.
- legend_fontsizeint, default 12
Fontsize of the legend.
- title_fontsizeint, default 18
Title fontsize.