pyhgf.plots.matplotlib.plot_samples#
- pyhgf.plots.matplotlib.plot_samples(network, show_total_surprise=False, figsize=(18, 9), axs=None)[source]#
Plot simulation trajectories for nodes.
After drawing the nodes via plot_nodes, this function extracts sample trajectories and overlays them on the plot. The figures should be passed to the axs argument.
- Parameters:
- Returns:
Matplotlib axes used for plotting.
- Return type:
Axes