Base Plotter¤
BasePlotter
pydantic-model
¤
Bases: BaseModel
BasePlotter class to enable type hinting and validation.
Config:
arbitrary_types_allowed:Trueextra:allow
Source code in lexos/rolling_windows/plotters/base_plotter.py
metadata: dict
property
¤
Return metadata about the object.
Returns:
| Name | Type | Description |
|---|---|---|
dict |
dict
|
A dictionary containing metadata about the object. |
metadata: dict
property
¤
Return metadata about the object.
Returns:
| Name | Type | Description |
|---|---|---|
dict |
dict
|
A dictionary containing metadata about the object. |
_set_attrs(**kwargs) -> None
¤
Set instance attributes when public method is called.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
kwargs
|
dict
|
A dict of keyword arguments and their values. |
{}
|