Home
last modified time | relevance | path

Searched refs:linestyle_dict (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/wannier90/
H A Dabiwan.py365 linestyle_dict = {"Interpolated": dict(linewidth=0, color="red", marker="o")}
366 …yield self.get_plotter_from_ebands(self.ebands).combiplot(linestyle_dict=linestyle_dict, show=Fals…
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dphonons.py3638 linestyle_dict=None, **kwargs): argument
3690 if linestyle_dict is not None and label in linestyle_dict:
3691 my_kwargs.update(linestyle_dict[label])
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Debands.py2755 linestyle_dict=None, **kwargs): argument
2813 if linestyle_dict is not None and label in linestyle_dict:
2814 my_kwargs.update(linestyle_dict[label])