Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
xiangqipy.game_summary_plot_manager Namespace Reference

Contains the GameSummaryPlotManager class. More...

Classes

class  GameSummaryPlotManager
 Manages the layout and file output of a figure containing multiple plots of data from a GameSummary. More...
 

Variables

tuple my_game_summary_path
 
import_game_summary my_game_summary = import_game_summary(path=my_game_summary_path)
 
GameSummaryPlotManager plot_manager = GameSummaryPlotManager(game_summary=my_game_summary)
 
 show_plot
 

Detailed Description

Contains the GameSummaryPlotManager class.

Variable Documentation

◆ my_game_summary

import_game_summary xiangqipy.game_summary_plot_manager.my_game_summary = import_game_summary(path=my_game_summary_path)

Definition at line 223 of file game_summary_plot_manager.py.

◆ my_game_summary_path

tuple xiangqipy.game_summary_plot_manager.my_game_summary_path
Initial value:
1= (
2 Path(__file__).parent.parent.parent
3 / "data"
4 / "game_summaries"
5 / "20241108172951135840-test"
6 / "20241108172951135840.json"
7 )

Definition at line 215 of file game_summary_plot_manager.py.

◆ plot_manager

GameSummaryPlotManager xiangqipy.game_summary_plot_manager.plot_manager = GameSummaryPlotManager(game_summary=my_game_summary)

Definition at line 224 of file game_summary_plot_manager.py.

◆ show_plot

xiangqipy.game_summary_plot_manager.show_plot

Definition at line 225 of file game_summary_plot_manager.py.