[yt-dev] [yt_analysis/yt] annotate_particles doesn't respect periodicity (issue #543)

Sam Skillman issues-reply at bitbucket.org
Fri Apr 5 10:16:01 PDT 2013


New issue 543: annotate_particles doesn't respect periodicity
https://bitbucket.org/yt_analysis/yt/issue/543/annotate_particles-doesnt-respect

Sam Skillman:

Annotating particles should use periodic calculations.  This can be seen by setting the center of the plot to something other than the domain:

```
#!python
from yt.mods import *                                                             
pf = load('Enzo_64/DD0043/data0043')                                              
p = ProjectionPlot(pf, 0, 'Ones', center=[0.75]*3)                                
p.annotate_particles(0.1)                                                         
p.save()

```


--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the yt-dev mailing list