<html><body>
<p>New issue 1198: Add ability to plot cell edges <a href="https://bitbucket.org/yt_analysis/yt/issues/1198/add-ability-to-plot-cell-edges">https://bitbucket.org/yt_analysis/yt/issues/1198/add-ability-to-plot-cell-edges</a></p>
<p>Matthew Turk:</p>
<p>Right now we can plot grid patch edges with `annotate_grids`, but not the cell edges.</p>
<p>This should be straightforward to implement with a flag in the call to the pixelizer.  Much like how the line pixelization occurs in the volume renderer, when a pixel is near to the edge of a cell (comparing `pdx` `pdy` `px` and `py`) closer than some epsilon (user specifiable, probably defaulting to something sane and thin) it should toss in a black line.  Since the pixelization right now works as returning data values, this would be a separate call that would return RGBA values where the color is either (0.0, 0.0, 0.0, 1.0) or (0.0, 0.0, 0.0, 0.0).</p>
<p>Responsible: MatthewTurk</p>

<img src="http://link.bitbucket.org/wf/open?upn=JlBWjyZTyKwhM1rBKe-2BcAdFPwdECN4PBooLGVSVl7EJdnWvdXob6d561Ti3kY3fe3hzKWF2WFqLfhNqHvI6OJlFGoh4oAlpS7mXjJFOfa0BHUVB66EJTf5rsRz-2BWqqA25n0c-2BrhOoI-2FHfk1PvxuahQZTuQtSGgx-2FCJpVP9Q51atP0dpyl-2FuEXOEk3OZwwIYi5HKC8zlIOl7Gi-2F2y8TnZ9nYvZ-2FZkhJxWZf-2BUgbN8LS8-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>