triqs.plot.mpl_interface.oplotr

triqs.plot.mpl_interface.oplotr(obj, *opt_list, **opt_dict)[source]

Plot the real part of obj via oplot() with mode='R'.

Deprecated since version 3.3: Use oplot(obj.real, ...) instead. Emits FutureWarning.

Parameters:
objobject

See oplot().

*opt_list, **opt_dict

Forwarded to oplot(). mode is overwritten with 'R'.