<html><body>
<p>1 new commit in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/1fdde77a8abd/">https://bitbucket.org/yt_analysis/yt/commits/1fdde77a8abd/</a> Changeset:   1fdde77a8abd Branch:      yt User:        ngoldbaum Date:        2016-04-20 18:05:24+00:00 Summary:     Merged in MatthewTurk/yt (pull request #2131)</p>
<p>Use axis names instead of dimensions for spherical pixelization Affected #:  1 file</p>
<p>diff -r a474e0c679f8d38a8431115c80c784fce575a52c -r 1fdde77a8abd4b1302150bcbae522edb067d63e1 yt/geometry/coordinates/spherical_coordinates.py --- a/yt/geometry/coordinates/spherical_coordinates.py +++ b/yt/geometry/coordinates/spherical_coordinates.py @@ -121,13 +121,14 @@</p>
<pre>     def _cyl_pixelize(self, data_source, field, bounds, size, antialias,
dimension):</pre>
<ul><li><p>if dimension == 1:</p></li></ul>
<p>+        name = self.axis_name[dimension] +        if name == ‘theta’:</p>
<pre>buff = pixelize_cylinder(data_source['px'],
                         data_source['pdx'],
                         data_source['py'],
                         data_source['pdy'],
                         size, data_source[field], bounds)</pre>
<ul><li><p>elif dimension == 2:</p></li></ul>
<p>+        elif name == ‘phi’:</p>
<pre>buff = pixelize_cylinder(data_source['px'],
                         data_source['pdx'],
                         data_source['py'],</pre>
<p>Repository URL: <a href="https://bitbucket.org/yt_analysis/yt/">https://bitbucket.org/yt_analysis/yt/</a></p>
<p>—</p>
<p>This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.</p>

<img src="http://link.bitbucket.org/wf/open?upn=ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27D3-2FYWVyporE2QeiuN-2BYLfioqYzBKqpMccIboCV7eed39i-2F3zWjtSXEfLuaJ1nY5om2cXy7KxQ-2Bp-2FEQ8Z46ov3KJE4RrGb7xtBMGl1NDJGcWUBx4fciFT6oNjWqBi8sg6zBhubf46Hupr-2B4vPBysrmKZnaiO-2FnYaaCjCeUUGHFhmRlQG1hHqbu2jX1Xn0oFuWI-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>