<div dir="ltr">Hi Sasha,<div><br></div><div>I'm not sure I understand what you're looking for.  The functionality to take averages of one field wrt another field might work for what you're looking for, using the BinnedProfile1D object.  If so, you could bin by the "x" field and then take a weighted average of Density.  This might look something like this:</div>

<div><br></div><div>dd = pf.h.all_data()</div><div>prof = BinnedProfile1D(dd, n_bins, "x", pf.domain_left_edge[0], pf.domain_right_edge[0], log_space = False)</div><div>prof.add_fields(["Density"], weight="CellMassMsun")</div>

<div><br></div><div>Does that help?</div><div><br></div><div>Best,</div><div><br></div><div>Matt</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 21, 2013 at 11:29 PM, Alexander Philippov <span dir="ltr"><<a href="mailto:philippo@astro.princeton.edu" target="_blank">philippo@astro.princeton.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I would like to plot 1D profile of quantity (say, density) averaged over 1 axis<br>
(say, x) from two-dimensional data. Is there any cheap way to do it?<br>
<br>
Thanks in advance,<br>
Sasha<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>