triqs.gfs.plot.one_var.imfreq
- triqs.gfs.plot.one_var.imfreq(self, opt_dict)[source]
Plot protocol for
Gfobjects on aMeshImFreq.- Parameters:
- selfGf
Green’s function on a Matsubara mesh.
- opt_dictdict
Plot options. Recognised keys:
mode—'R'(real),'I'(imaginary). Default''(both).x_window—(xmin, xmax)tuple clipping the frequency axis.name— label / legend name for the curve.
- Returns:
- list of dict
Curve descriptors consumed by
oplot().