adastop
.plot_results_sota#
- adastop.plot_results_sota(comparator, agent_names=None, axes=None)[source]#
visual representation of results – all versus one. The one is supposed to be first agent name.
- Parameters:
- agent_nameslist of str or None
- axestuple of two matplotlib axes of None
if None, use the following: fig, (ax1, ax2) = plt.subplots(2, 1, gridspec_kw={“height_ratios”: [1, 2]}, figsize=(6,5))