triqs.gfs.plot.one_var

Per-mesh plot functions for single-variable Green’s functions.

Each function takes (self, opt_dict) where self is a Gf with the matching mesh type and opt_dict carries the plot options (mode, x_window, name, …). They return the list of curve descriptors expected by oplot().

Functions

dlr_imfreq(self, opt_dict)

Plot protocol for Gf objects on a MeshDLRImFreq.

dlr_imtime(self, opt_dict)

Plot protocol for Gf objects on a MeshDLRImTime.

imfreq(self, opt_dict)

Plot protocol for Gf objects on a MeshImFreq.

imtime(self, opt_dict)

Plot protocol for Gf objects on a MeshImTime.

legendre(self, opt_dict)

Plot protocol for Gf objects on a MeshLegendre.

refreq(self, opt_dict)

Plot protocol for Gf objects on a MeshReFreq.

retime(self, opt_dict)

Plot protocol for Gf objects on a MeshReTime.