radtools.PlotlyBackend.plot#

method

PlotlyBackend.plot(*args, kind, **kwargs)#

Main plotting entry point.

Actual list of supported kinds can be check with:

>>> self.kinds.keys()
Parameters:
kindstr or list of str

Type of the plot to be plotted. Supported plots:

  • "conventional"

  • "primitive"

  • "brillouin"

  • "kpath"

  • "brillouin-kpath"

  • "wigner-seitz"

  • "unit-cell"

*args

Passed directly to the plotting functions.

**kwargs

Passed directly to the plotting functions.