voiage.plot.perspective.plot_perspective_regret
plot_perspective_regret
Section titled “plot_perspective_regret”plot_perspective_regret([positional or keyword] result: ValueOfPerspectiveResult = None, [positional or keyword] title: str = 'Cross-Perspective Regret', [positional or keyword] ax: Axes | None = None, [variadic keyword] imshow_kwargs: Any = {}) -> AxesPlot the Value of Perspective regret matrix.
Parameters
Section titled “Parameters”result : ValueOfPerspectiveResult
Result from :func:voiage.methods.perspective.value_of_perspective.
title : str, default=“Cross-Perspective Regret”
Plot title.
ax : matplotlib.axes.Axes, optional
Existing axes to draw on.
**imshow_kwargs : object
Additional keyword arguments passed to Axes.imshow.
Returns
Section titled “Returns”matplotlib.axes.Axes Axes containing the regret heatmap.
Parameters:
resultValueOfPerspectiveResulttitlestr(default:'Cross-Perspective Regret')axAxes | None(default:None)imshow_kwargsAny(default:{})
Returns: Axes