Hi all,
Can someone help me to modify the code fatbands.py in order to have customize flatband_mview plot using abipy? I want to have the plot e.g with l=2 but without l=0,1 columns.
I guess we have to manipulate somewhere here:
def plot_fatbands_mview(self, iatom, e0=“fermie”, fact=1.0, lmax=None,
ylims=None, blist=None, **kwargs) → Figure:
Thanks!
Rajesh