chainconsumer.Truth ¶
Bases: BetterBase
Source code in src/chainconsumer/truth.py
location
class-attribute
instance-attribute
¶
location: dict[str, float] = Field(default=..., description='The truth value, either as dictionary or pandas series which will be converted to a dict)')
name
class-attribute
instance-attribute
¶
color
class-attribute
instance-attribute
¶
line_width
class-attribute
instance-attribute
¶
line_style
class-attribute
instance-attribute
¶
alpha
class-attribute
instance-attribute
¶
zorder
class-attribute
instance-attribute
¶
marker
class-attribute
instance-attribute
¶
marker: str | None = Field(default=None, description='The truth marker style for the contour plots')
marker_size
class-attribute
instance-attribute
¶
marker_size: float = Field(default=150.0, description='The truth marker size for the contour plots')
marker_edge_width
class-attribute
instance-attribute
¶
marker_edge_width: float = Field(default=_DEFAULT_EDGE_WIDTH, description='The truth marker edge width for the contour plots')