fabricatio_plot.actions.plot

Make charts using plot capabilities.

Classes

MakeCharts

Action to create charts using plot capabilities.

Module Contents

class fabricatio_plot.actions.plot.MakeCharts(/, **data: Any)

Bases: fabricatio_core.Action, fabricatio_plot.capabilities.plot.Plot

Action to create charts using plot capabilities.

This action combines plotting functionality with task execution to generate charts based on provided requirements or prompts.

ctx_override: ClassVar[bool] = True

Whether to override the instance attr by the context variable.

plot_requirement: str | None = None

Plot requirement or command.

chart_save_path: str | pathlib.Path | None = None