a2rl.utils.plot_information#

a2rl.utils.plot_information(data, lags=10)[source]#

Plot the results of MDP checks on dataframe data.

Parameters:

data – dataframe to check and plot.

Return type:

Axes

Returns:

The plot as a matplotlib axes.