satlas.utilities.plotting.generate_walk_plot¶
-
satlas.utilities.plotting.
generate_walk_plot
(filename, filter=None, selection=(0, 100), walkers=20)[source]¶ Given the random walk data, the random walk for the selected parameters is plotted.
Parameters: - filename (string) – Filename for the h5 file containing the data from the walk.
- filter (list of str, optional) – If supplied, only this list of parameters is used for the plot.
Returns: Returns the MatPlotLib figure created.
Return type: figure