triqs.gfs.plot.bz.plot
- triqs.gfs.plot.bz.plot(self, opt_dict)[source]
Plot-protocol implementation for Green’s functions on a 2D BZ / cyclic-lattice mesh.
- Parameters:
- opt_dictdict
Plot options, e.g.
type—'XY'(default; band-structure style alongpath) or'contourf'(2D heat map).method— interpolation method formake_plottable(). Default'nearest'.mode—'R'for the real part (default) or'I'for the imaginary part.path— required fortype='XY', a list of BZ coordinates defining the cut.
- Returns:
- list of dict
Curve / contour descriptors consumed by
oplot().