libs.commands.graph.summary module

libs/commands/graph/summary.py

class libs.commands.graph.summary.GraphParams

Bases: TypedDict

グラフ生成パラメータ

graph_type: Literal['point', 'rank', 'point_hbar']
horizontal: bool
pivot: DataFrame
save_file: str
target_data: DataFrame
title_text: str
total_game_count: int
xlabel_text: str | None
ylabel_text: str | None
libs.commands.graph.summary.point_plot(m)

ポイント推移グラフを生成する

Parameters:

m (MessageParserProtocol) – メッセージデータ

Return type:

None

libs.commands.graph.summary.rank_plot(m)

順位変動グラフを生成する

Parameters:

m (MessageParserProtocol) – メッセージデータ

Return type:

None