Xiangiqgame
AI engine for Xiangqi
|
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 | |
Contains the GameSummaryPlotManager class.
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.
tuple xiangqipy.game_summary_plot_manager.my_game_summary_path |
Definition at line 215 of file game_summary_plot_manager.py.
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.
xiangqipy.game_summary_plot_manager.show_plot |
Definition at line 225 of file game_summary_plot_manager.py.