triqs.plot.mpl_interface.oploti

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

Plot the imaginary part of obj via oplot() with mode='I'.

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

Parameters:
objobject

See oplot().

*opt_list, **opt_dict

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