<div dir="ltr">Hi Jeremy,<div><br></div><div>Right now there isn't a way to do that in yt.  That's something that would be very nice to add and would probably be a good introductory yt project for someone who wanted to get more familiar with the codebase.</div>

<div><br></div><div>What you *can* do is take the particle data and plot the positions in a scatter plot using matplotlib.</div><div><br></div><div>Unfortunately I don't have a good example of that right now, but it should be pretty straightforward.  You just need to read in the x and y particle position fields and then make a scatter plot using e.g. pyplot.plot().</div>

<div><br></div><div>-Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 7, 2014 at 4:32 PM, Jeremy Ritter <span dir="ltr"><<a href="mailto:jritter@astro.as.utexas.edu" target="_blank">jritter@astro.as.utexas.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello yt,<br>
<br>
Is there an easy way to plot only particles? What I would like to do is plot a z-axis projection of particle x/y positions, with no background data loaded from the grid. I only see examples for annotate_particles() on top of another plot, but I don't want to unnecessarily load grid data.<br>


<br>
Thanks!<br>
-Jeremy<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>