pyvista.Plotter.disable_depth_of_field# Plotter.disable_depth_of_field()[source]# Disable depth of field plotting. Examples >>> import pyvista as pv >>> pl = pv.Plotter(lighting="three lights") >>> pl.enable_depth_of_field() >>> pl.disable_depth_of_field()