ptypy.utils.plot_client#

Client tools for plotting.

This file is part of the PTYPY package.

copyright:

Copyright 2014 by the PTYPY team, see AUTHORS.

license:

see LICENSE for details.

Functions

figure_from_ptycho(P[, pars])

Returns a matplotlib figure displaying a reconstruction from a Ptycho instance.

figure_from_ptyr(filename[, pars])

Returns a matplotlib figure displaying a reconstruction from a .ptyr file.

spawn_MPLClient(client_pars, autoplot_pars)

A function that creates and runs a silent instance of MPLClient.

Classes

Bragg3dClient([client_pars, autoplot_pars, ...])

MPLClient analog for 3d Bragg data, which needs to be reduced to 2d before plotting.

MPLClient([client_pars, autoplot_pars, ...])

MPLplotter([pars, probes, objects, runtime, ...])

Plotting Client for Ptypy, using matplotlib.

PlotClient([client_pars, in_thread])

A client that connects and continually gets the data required for plotting.