ptypy.utils.plot_client.figure_from_ptyr#
- ptypy.utils.plot_client.figure_from_ptyr(filename, pars=None)#
Returns a matplotlib figure displaying a reconstruction from a .ptyr file.
- Parameters:
filename (str) – path to .ptyr file
pars (Plotting paramters, optional) – plotting template as u.Param() istance
- Returns:
fig
- Return type:
matplotlib.figure.Figure