triqs.gfs.plot.dispatcher
- triqs.gfs.plot.dispatcher(g)[source]
Return the plot function in
one_varmatchingg.mesh.- Parameters:
- gGf
Green’s function being plotted.
- Returns:
- callable
f(g, opt_dict) -> list of dictreturning per-curve plot data in the format expected byoplot().
- Raises:
- NotImplementedError
If
g.meshis aMeshProduct(multi-variable plots are not handled here).