darfix.core.grainplot.ImageParameters#

class darfix.core.grainplot.ImageParameters(xlabel, ylabel, scale, origin)[source]#

Bases: object

Parameters:
  • xlabel (str)

  • ylabel (str)

  • scale (tuple[int, int])

  • origin (tuple[float, float])

origin: tuple[float, float]#
scale: tuple[int, int]#
xlabel: str#
ylabel: str#