<div dir="ltr">Hey yt-users,<div><br></div><div>I am trying to use OffAxis Slice and Projection plots using planes defined by two light rays in Enzo data.</div><div>I have recently tried added callbacks for visualization of the clumps of gas and star particles but whenever I use annotate_clumps and annotate_particles with OffAxis plots I always get an error saying that they do not have the method.<br></div><div>I assume that this is a consequence of how the OffAxis plots are made and there is no easy way around this but I wanted to check to make sure before I give up on OffAxis plots.</div><div><br></div><div>If you don't understand what I mean here is a short bit of pseudo code to explain.</div><div>L=[1,1,0]</div><div>cut = SlicePlot(ds, L, 'Density')</div><div>cut.annotate_particles((300,'k<wbr>pc'), ptype=2)</div><div>AttributeError: 'OffAxisSlicePlot' object has no attribute 'annotate_particles'<br></div><div><br></div><div>Thanks,</div><div>Joe Tomlinson</div></div>