<div dir="ltr">Hi Andrew,<div><br></div><div>The most straightforward way to do this is to use a data_source:</div><div><br></div><div>region = pf.h.region(center=[0.5, 0.5, 0.5], left_edge=[0, 0, 0.4, right_edge=[1., 1., 0.6])</div>

<div>plot = ProjectionPlot(pf, 2, 'Density', data_source=region)</div><div><br></div><div>This will select data using the region data container supplied on the first line.</div><div><br></div><div>It would probably be possible to add a `depth` keyword argument to ProjectionPlot that constructs such a region in the ProjectionPlot initializer.  Pull requests are more than welcome :)</div>

<div><br></div><div>-Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 8, 2013 at 9:16 AM, Andrew James Emerick <span dir="ltr"><<a href="mailto:aje2123@columbia.edu" target="_blank">aje2123@columbia.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">To tack onto this conversation, it seemed to be the case that I could only generate thin projections via plot collections. Is there a replacement for this in th works? <div>

<br></div><div><br></div><div><br></div><div>Andrew E <div><div class="h5"><br>
<br>On Friday, November 8, 2013, Semyeong Oh  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">


Hi Britton,</div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">


I see. But it seems like I still need to use PlotCollection for phase plots (Is there equivalent things for phase plots?),</div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">


and the problem persists. For example, ‘H_NumberDensity’ shows ’N’ as a subscript.</div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">


My instinfo is 6f28a1477055 in case it helps.</div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">


Semyeong</div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div> <div style="color:gray"><hr>From: <span style="color:black">Britton Smith</span> <a>Britton Smith</a><br>


Reply: <span style="color:black">Discussion of the yt analysis package</span> <a>yt-users@lists.spacepope.org</a><br>Date: <span style="color:black">November 8, 2013 at 2:52:44 AM</span><br>
To: <span style="color:black">Discussion of the yt analysis package</span> <a>yt-users@lists.spacepope.org</a><br>Subject: <span style="color:black"> Re: [yt-users] plot collection labels etc <br>
</span></div> <blockquote type="cite"><span><div><div>






<div dir="ltr">Hi Semyeong,
<div><br></div>
<div>The PlotCollection is in the process of being phased out.
 For Slices and Projections, it has been completely replaced
by the functions SlicePlot and ProjectionPlot.  I suggest you
have a look here: <a href="http://yt-project.org/docs/dev/visualizing/plots.html" target="_blank">http://yt-project.org/docs/dev/visualizing/plots.html</a></div>
<div><br></div>
<div>Britton</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Fri, Nov 8, 2013 at 6:32 AM, Semyeong
Oh <span dir="ltr"><<a>semyeong.oh@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">
<div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">
Hi, I have a couple of questions on PlotCollection</div>
<div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">
<br></div>
<div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">
First, the labels on plot collection appear funny
like <a href="https://www.dropbox.com/s/jud8ekprajryykk/prob.png" target="_blank"><span style="color:rgb(0,0,0)">this</span></a></div>
<div><br></div>
<div>Here’s the code:</div>
<div>pc = PlotCollectionInteractive(pf)</div>
<div><br></div>
<div>pc.add_projection('H_NumberDensity', 2, data_source=reg,
center=center)</div>
<div>pc.set_width(width, 'unitary’)</div>
<div><br></div>
<div>There seem to be a couple of mailing list discussions, but is
it something that</div>
<div>wasn’t fixed for PlotCollectionInteractive?</div>
<div><br></div>
<div>Also, if I am making multiple plots using the same
data_source,</div>
<div>it seems that I have to do set_width every time I add a new
plot.</div>
<div>I’m wondering</div>
<div><br></div>
<div>1. if there is some way to set global width of a
PlotCollection?</div>
<div>2. when is the fixed resolution buffer actually made? Is it
when I save/show the plots?</div>
<div><br></div>
<div>Thanks for your help.</div>
<div><span><font color="#888888">Semyeong</font></span></div>
<div><span><font color="#888888"><br></font></span></div>
</div>
<br>
_______________________________________________<br>
yt-users mailing list<br>
<a>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>

<br></blockquote>
</div>
<br></div>


_______________________________________________
<br>yt-users mailing list
<br><a>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></div></div></span></blockquote> <div><br><br><span style="font-family:helvetica,arial;font-size:13px"></span><span></span></div></div></blockquote></div></div></div><span class="HOEnZb"><font color="#888888"><br><br>

-- <br><div dir="ltr"><div style="font-family:arial;font-size:small">
Graduate Student </div><div style="font-family:arial;font-size:small">Columbia University</div><div style="font-family:arial;font-size:small">Department of Astronomy</div></div><br>
</font></span><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>
<br></blockquote></div><br></div>