blissoda.exafs.types.XasPlotData#

class blissoda.exafs.types.XasPlotData(name, x, y, xlabel, ylabel, info, hlines, vlines)[source]#

Bases: object

Parameters:
  • name (str)

  • x (ndarray)

  • y (ndarray)

  • xlabel (str)

  • ylabel (str)

  • info (Dict[str, Any])

  • hlines (Sequence[float])

  • vlines (Sequence[float])

hlines: Sequence[float]#
info: Dict[str, Any]#
name: str#
vlines: Sequence[float]#
x: ndarray#
xlabel: str#
y: ndarray#
ylabel: str#