<p dir="ltr">Hi John, </p>
<p dir="ltr">Yeah that makes a lot of sense to me. That way the API becomes a lot more robust and should work better under timeseries multiplots. I'm away from my computer at the moment but I think the PlotWindow references the pf in some way in the init?</p>

<p dir="ltr">I also had a look at hg log before I had to run and it was there alright. No big deal - it was probably something else.</p>
<p dir="ltr">I also came across a couple of other small issues on the multi plot today when I was testing it. I'll send them on tomorrow and the work arounds when I get back to the office tomorrow. </p>
<p dir="ltr">Cheers,<br>
John</p>
<div class="gmail_quote">On 4 Dec 2013 15:57, "John Wise" <<a href="mailto:jwise@physics.gatech.edu">jwise@physics.gatech.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi John,<br>
<br>
I think we could get away with storing the pfs in PlotWindow when the figure is originally created.  I hope this doesn't create too much memory overhead, but I don't think it will because I couldn't imagine a multi-panel figure having more than a hundred panels.<br>

<br>
When you tried to update your repository, does my 762ef5f changeset exist in your log (hg log -r 762ef5f)?  Can you check for the number of heads in your repo (hg heads .)?  Maybe it's updating to another revision.<br>

<br>
Cheers,<br>
John<br>
<br>
On 12/04/2013 02:56 AM, John Regan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Matt,<br>
<br>
That works nicely. The manual setting of the pf reference overrides<br>
another (weak) setting - is that it?<br>
<br>
It still feels a little hacky though. Maybe we should add an error check<br>
to eps_multiplot_yt to check that the<br>
reference is set?<br>
<br>
John R<br>
<br>
P.S.<br>
One other question. John when I tried to pull down your fix for the<br>
image size using<br>
hg pull -r 762ef5f <a href="https://bitbucket.org/jwise77/yt" target="_blank">https://bitbucket.org/jwise77/<u></u>yt</a><br>
hg update<br>
<br>
the eps_writer.py didn't update - should it have? It was only a single<br>
line so it was easy to just insert.<br>
Just curious what I was doing wrong.<br>
<br>
<br>
<br>
<br>
On Tue, Dec 3, 2013 at 11:07 PM, Matthew Turk <<a href="mailto:matthewturk@gmail.com" target="_blank">matthewturk@gmail.com</a><br>
<mailto:<a href="mailto:matthewturk@gmail.com" target="_blank">matthewturk@gmail.com</a>><u></u>> wrote:<br>
<br>
    Hi John and John,<br>
<br>
    On Tue, Dec 3, 2013 at 4:06 PM, John Wise <<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>> wrote:<br>
     > Yeah, it was surprising to me, also.  I don't know the best way<br>
    to store the<br>
     > pfs somehow without the user manually saving it.<br>
     ><br>
     > When the multi-panel plot is made, the figures are refreshed and<br>
    that is<br>
     > where the pf is needed.  This is to everyone... is there a way to<br>
    make the<br>
     > pf reference in the PlotWindow a "hard" reference instead of a<br>
    weak one?<br>
     ><br>
<br>
    Yes -- but the reason it's weak is so that we can't leak references,<br>
    since they are somewhat circular.  You will have to manually swap it<br>
    out, unfortunately, by doing:<br>
<br>
    <a href="http://p.pf" target="_blank">p.pf</a> <<a href="http://p.pf" target="_blank">http://p.pf</a>> = pf<br>
<br>
    That should do it.  Really, you just need a reference to the pf --<br>
    doesn't matter where it's kept.<br>
<br>
    -Matt<br>
<br>
     > Thanks,<br>
     > John<br>
     ><br>
     ><br>
     > On 12/03/2013 03:24 PM, John Regan wrote:<br>
     >><br>
     >> Hi John,<br>
     >><br>
     >> Interesting. I didn't realise the proj objects referenced the pf<br>
    object<br>
     >> again during the rendering.<br>
     >><br>
     >> In that case the API should probably somehow take that<br>
    information with<br>
     >> it since otherwise it is a little inconsistent. How are the pf<br>
    object<br>
     >> and the proj object connected?<br>
     >><br>
     >> If we can get to each proj from each pf  then the pf is the<br>
    reference to<br>
     >> send.<br>
     >><br>
     >> Interesting problem. I'd be interested in staying involved in<br>
    this as<br>
     >> part of my yt education! Happy to try to introduce a fix too but I'd<br>
     >> need a little guidance I think....<br>
     >><br>
     >> Cheers,<br>
     >> John<br>
     >><br>
     >> On 3 Dec 2013 21:35, "John Wise" <<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>><br>
     >> <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>> wrote:<br>
     >><br>
     >>     Hi John,<br>
     >><br>
     >>     I figured out the problem.  When the multiplot routine is<br>
    called, it<br>
     >>     re-renders the image, using the pf weak reference inside of the<br>
     >>     PlotWindow.  However in the your script, the pf reference is<br>
     >>     overwritten every loop.  Here's a script that worked for me<br>
    with two<br>
     >>     timesteps,<br>
     >><br>
     >>     fnum = [20,21]<br>
     >>     center = None<br>
     >>     plots = []<br>
     >>     pf = []<br>
     >>     L = [0.5, 0.5, 1.0]<br>
     >>     for f in fnum:<br>
     >>          pf.append(load("DD%4.4d/__<u></u>output_%4.4d" % (f,f)))<br>
     >><br>
     >>          if center == None:<br>
     >>              value, center = pf[-1].h.find_max('Density')<br>
     >><br>
     >>          p = OffAxisSlicePlot(pf[-1], L, "Density", center=center,<br>
     >>                               axes_unit='unitary', width=(5.0,<br>
    'kpc'),<br>
     >>                               fontsize=12)<br>
     >>          plots.append(p)<br>
     >><br>
     >>     mp = eps.multiplot_yt(1, 2, plots, bare_axes=False,<br>
    margins=(1,1))<br>
     >>     mp.save_fig('multi', format='eps')<br>
     >><br>
     >>     Can anyone determine a better workaround than storing the<br>
    parameter<br>
     >>     file objects in some variable?<br>
     >><br>
     >>     Cheers,<br>
     >>     John<br>
     >><br>
     >>     On 12/03/2013 11:23 AM, John Regan wrote:<br>
     >><br>
     >>         Hi John,<br>
     >><br>
     >>         OK I think I have it running now. I rebuilt YT and re pulled<br>
     >>         your PR and<br>
     >>         it looks like everything is good now.<br>
     >>         Unfortunately the code fails in the same way as before<br>
     >><br>
     >>         Traceback (most recent call last):<br>
     >>             File "OffAxisProjection_MultiPlot._<u></u>_py", line 63, in<br>
    <module><br>
     >><br>
     >>               mp = eps.multiplot_yt(1, 2, proj, bare_axes=False,<br>
     >>         margins=(0.75,0.75))<br>
     >>             File<br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/eps___<u></u>writer.py",<br>
     >><br>
     >>         line 1132, in multiplot_yt<br>
     >>               figure = multiplot(ncol, nrow, yt_plots=plots,<br>
     >>         fields=fields, **kwargs)<br>
     >>             File<br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/eps___<u></u>writer.py",<br>
     >><br>
     >>         line 980, in multiplot<br>
     >>               field=fields[index])<br>
     >>             File<br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/eps___<u></u>writer.py",<br>
     >><br>
     >>         line 453, in insert_image_yt<br>
     >>               plot.refresh()<br>
     >>             File<br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/plot___<u></u>container.py",<br>
     >><br>
     >>         line 32, in newfunc<br>
     >>               args[0]._recreate_frb()<br>
     >>             File<br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/plot___<u></u>window.py",<br>
     >><br>
     >>         line 266, in _recreate_frb<br>
     >>               periodic=self._periodic)<br>
     >>             File<br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/fixed___<u></u>resolution.py",<br>
     >>         line 96, in __init__<br>
     >>               h.plots.append(weakref.proxy(_<u></u>_self))<br>
     >><br>
     >>         ReferenceError: weakly-referenced object no longer exists<br>
     >><br>
     >><br>
     >>         The guts of my script is fairly simple:<br>
     >><br>
     >><br>
     >>         GetFileNames(FileNames)<br>
     >>         proj = []<br>
     >>         for i, fn in enumerate(FileNames):<br>
     >>               fn = Path + fn<br>
     >>               pf = load(fn) # load data<br>
     >>               sp = pf.h.sphere('max', (0.5,'pc'))<br>
     >>               L = sp.quantities["__<u></u>AngularMomentumVector"]()<br>
     >>               proj.append(OffAxisSlicePlot(_<u></u>_pf, L, "Density",<br>
     >> center="max",<br>
     >><br>
     >>                                            axes_unit='unitary',<br>
     >> width=width,<br>
     >>         fontsize=12))<br>
     >>               proj[i].set_zlim('all', 1e-13, 1e-8)<br>
     >><br>
     >>         mp = eps.multiplot_yt(1, 2, proj, bare_axes=False,<br>
     >>         margins=(0.75,0.75))<br>
     >>         mp.save_fig('multi', format='eps')<br>
     >><br>
     >>         Rolling back the pull gets me back to the original error<br>
    with<br>
     >>         multiplot_yt (so the changes are being brought in it seems):<br>
     >><br>
     >>         Traceback (most recent call last):<br>
     >>             File "OffAxisProjection_MultiPlot._<u></u>_py", line 63, in<br>
    <module><br>
     >><br>
     >>               mp = eps.multiplot_yt(1, 2, proj, bare_axes=False,<br>
     >>         margins=(0.75,0.75))<br>
     >>             File<br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/eps___<u></u>writer.py",<br>
     >><br>
     >>         line 1043, in multiplot_yt<br>
     >>               if len(plot_col.plots) < nrow*ncol:<br>
     >>         AttributeError: 'list' object has no attribute 'plots'<br>
     >><br>
     >>         John<br>
     >><br>
     >><br>
     >>         On Tue, Dec 3, 2013 at 5:05 PM, John Regan<br>
     >>         <<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a> <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>><br>

     >>         <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a><br>
    <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a>>__<a href="http://gmail.com" target="_blank">gm<u></u>ail.com</a> <<a href="http://gmail.com" target="_blank">http://gmail.com</a>><br>

     >><br>
     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>>>> wrote:<br>
     >><br>
     >>              No worries. I'll let you know if I figure it out.<br>
    For some<br>
     >>         reason<br>
     >>              that module is missing from my version after the<br>
    pull. I'm<br>
     >>         trying to<br>
     >>              figure out why now....<br>
     >><br>
     >><br>
     >>              On Tue, Dec 3, 2013 at 5:02 PM, John Wise<br>
     >>         <<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>> <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>

    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>              <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>>> wrote:<br>
     >><br>
     >>                  Hi John,<br>
     >><br>
     >>                  Hmmm, that's odd.  I'm currently in meetings until<br>
     >>         mid-afternoon, so<br>
     >>                  I'll look at this problem then.<br>
     >><br>
     >>                  Cheers,<br>
     >>                  John<br>
     >><br>
     >>                  On Tue, 03 Dec 2013 at 16:26 +0200, John Regan<br>
    wrote:<br>
     >>                   >    Hi John,<br>
     >>                   ><br>
     >>                   >    I'm getting a problem with the<br>
    profile_plotter.py<br>
     >>         file.<br>
     >>                   ><br>
     >>                   >    Traceback (most recent call last):<br>
     >>                   >    � File<br>
    "OffAxisProjection_MultiPlot._<u></u>_py", line<br>
     >><br>
     >>         12, in <module><br>
     >>                   >    ��� import yt.visualization.eps_writer as eps<br>
     >>                   >    � File<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/eps___<u></u>writer.py",<br>
     >><br>
     >>                   >    line 31, in <module><br>
     >>                   >    ��� from .profile_plotter import PhasePlot<br>
     >>                   >    � File<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl___<u></u>taito/YT/Dev/yt-x86_64/src/yt-<u></u>__hg/yt/visualization/profile_<u></u>__plotter.py",<br>
     >><br>
     >>                   >    line 31, in <module><br>
     >>                   >    ��� from .plot_container import \<br>
     >>                   >    ImportError: No module named plot_container<br>
     >>                   ><br>
     >>                   >    John<br>
     >>                   ><br>
     >>                   >    On Tue, Dec 3, 2013 at 4:09 PM, John Wise<br>
     >>                  <[1]<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>>><br>
     >>                   >    wrote:<br>
     >>                   ><br>
     >>                   >      Hi John,<br>
     >>                   ><br>
     >>                   >      Not a stupid question at all.<br>
     >>                   ><br>
     >>                   >      You can get my changes by doing<br>
     >>                   ><br>
     >>                   >      hg pull -r e7aebae<br>
     >>         [2]<a href="https://bitbucket.org/__jwise77/yt" target="_blank">https://bitbucket.org/__<u></u>jwise77/yt</a><br>
     >><br>
     >>         <<a href="https://bitbucket.org/jwise77/yt" target="_blank">https://bitbucket.org/<u></u>jwise77/yt</a>><br>
     >>                   ><br>
     >>                   >      Cheers,<br>
     >>                   >      John<br>
     >>                   ><br>
     >>                   >      On 12/03/2013 08:28 AM, John Regan wrote:<br>
     >>                   ><br>
     >>                   >        Hi John,<br>
     >>                   ><br>
     >>                   >        Stupid question now - but how do I get my<br>
     >>         hands on<br>
     >>                  that PR?<br>
     >>                   >        Is there a link somewhere where I can<br>
    pull<br>
     >> from?<br>
     >>                   ><br>
     >>                   >        John<br>
     >>                   ><br>
     >>                   >        On Tue, Dec 3, 2013 at 3:10 PM, John<br>
    Regan<br>
     >>                   >        <[3]<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>><br>
     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>><br>
     >>                  <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a><br>
    <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a>>__<a href="http://gmail.com" target="_blank">gm<u></u>ail.com</a> <<a href="http://gmail.com" target="_blank">http://gmail.com</a>><br>

     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>>><br>
     >>                   ><br>
      <mailto:[4]johnanthonyregan@__<a href="http://gmail.com" target="_blank"><u></u>gmail.com</a> <<a href="http://gmail.com" target="_blank">http://gmail.com</a>><br>
     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>><br>
     >>                  <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a><br>
    <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a>>__<a href="http://gmail.com" target="_blank">gm<u></u>ail.com</a> <<a href="http://gmail.com" target="_blank">http://gmail.com</a>><br>

     >><br>
     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>>>>> wrote:<br>
     >>                   ><br>
     >>                   >        � � Excellent - I'll pull the<br>
    changeset and<br>
     >>         let you know!<br>
     >>                   ><br>
     >>                   >        � � On Tue, Dec 3, 2013 at 3:06 PM,<br>
    John Wise<br>
     >>                   >        <[5]<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>                  <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>><br>
     >>                   >        � �<br>
    <mailto:[6]jwise@physics.__<a href="http://gatech.edu" target="_blank">gat<u></u>ech.edu</a> <<a href="http://gatech.edu" target="_blank">http://gatech.edu</a>><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>                  <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>>>> wrote:<br>
     >>                   ><br>
     >>                   >        � � � � Hi,<br>
     >>                   ><br>
     >>                   >        � � � � It's funny that you emailed<br>
    right now<br>
     >>         because<br>
     >>                  I was just<br>
     >>                   >        putting<br>
     >>                   >        � � � � the final touches on my<br>
    changes this<br>
     >>         morning!<br>
     >>                  �I've just<br>
     >>                   >        � � � � submitted a pull request<br>
     >>                   ><br>
     >>                   >        � � � �<br>
     >><br>
     >><br>
    [7]<a href="https://bitbucket.org/yt_____analysis/yt/pull-request/661/" target="_blank">https://bitbucket.org/yt___<u></u>__analysis/yt/pull-request/<u></u>661/</a><br>
     >>         <<a href="https://bitbucket.org/yt___analysis/yt/pull-request/661/" target="_blank">https://bitbucket.org/yt___<u></u>analysis/yt/pull-request/661/</a>><br>
     >>                   >        � � � �<br>
     >><br>
     >>         <[8]<a href="https://bitbucket.org/yt___analysis/yt/pull-request/661/" target="_blank">https://bitbucket.org/yt__<u></u>_analysis/yt/pull-request/661/</a><br>
     >><br>
     >>         <<a href="https://bitbucket.org/yt_analysis/yt/pull-request/661/" target="_blank">https://bitbucket.org/yt_<u></u>analysis/yt/pull-request/661/</a>><u></u>><br>
     >>                   ><br>
     >>                   >        � � � � which has an example in the<br>
     >>         description. �If<br>
     >>                  you could test it<br>
     >>                   >        � � � � out, that would be great!<br>
     >>                   ><br>
     >>                   >        � � � � Cheers,<br>
     >>                   >        � � � � John<br>
     >>                   ><br>
     >>                   >        � � � � On 12/03/2013 07:48 AM, John<br>
    Regan<br>
     >> wrote:<br>
     >>                   ><br>
     >>                   >        � � � � � � Hi John,<br>
     >>                   ><br>
     >>                   >        � � � � � � Cool. Sounds good.<br>
     >>                   ><br>
     >>                   >        � � � � � � Let me know if there is<br>
    anything<br>
     >>         I can<br>
     >>                  help with.<br>
     >>                   ><br>
     >>                   >        � � � � � � Cheers,<br>
     >>                   >        � � � � � � John<br>
     >>                   ><br>
     >>                   >        � � � � � � On Tue, Dec 3, 2013 at<br>
    2:44 PM,<br>
     >>         John Wise<br>
     >>                   >        � � � � � �<br>
    <[9]<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.edu</a> <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>                  <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>><br>
     >>                   ><br>
      <mailto:[10]jwise@physics.__<a href="http://gatech.edu" target="_blank">ga<u></u>tech.edu</a> <<a href="http://gatech.edu" target="_blank">http://gatech.edu</a>><br>
     >><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>                  <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>>><br>
     >>                   >        � � � � � �<br>
     >>         <mailto:[11]jwise@physics.__<u></u>gatech.__edu<br>
     >>                   >        � � � � � �<br>
     >>         <mailto:[12]jwise@physics.__<a href="http://gatech.edu" target="_blank">ga<u></u>tech.edu</a> <<a href="http://gatech.edu" target="_blank">http://gatech.edu</a>><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>                  <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>>>>> wrote:<br>
     >>                   ><br>
     >>                   >        � � � � � � � � �Hi John,<br>
     >>                   ><br>
     >>                   >        � � � � � � � � �Last week, I<br>
    discovered that<br>
     >>         I didn't<br>
     >>                  extend the<br>
     >>                   >        � � � � � � capabilities of<br>
     >>                   >        � � � � � � � � �eps_writer's<br>
    multiplot to<br>
     >> handle<br>
     >>                  PlotWindows. �I'm<br>
     >>                   >        � � � � � � working on this<br>
     >>                   >        � � � � � � � � �right now, and hopefully<br>
     >>         I'll have<br>
     >>                  something soon.<br>
     >>                   ><br>
     >>                   >        � � � � � � � � �Cheers,<br>
     >>                   >        � � � � � � � � �JOhn<br>
     >>                   ><br>
     >>                   >        � � � � � � � � �On 12/03/2013 07:43<br>
    AM, John<br>
     >>         Regan wrote:<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �Hi All,<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �Not sure whether<br>
    this is<br>
     >>                  currently possible but<br>
     >>                   >        I'd<br>
     >>                   >        � � � � � � like to create a<br>
     >>                   >        � � � � � � � � � � �multiplot eps figure<br>
     >>         containing a<br>
     >>                  selection of<br>
     >>                   >        � � � � � � projections.<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �I first of all<br>
    create my<br>
     >>         list of<br>
     >>                   >        � � � � � � OffAxisProjectionPlots (proj)<br>
     >>                   >        � � � � � � � � � � �and then<br>
     >>                   >        � � � � � � � � � � �call<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �ep =<br>
    eps.multiplot(1, 2,<br>
     >>         proj,<br>
     >>                  bare_axes=True).<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �where proj is a<br>
    list of<br>
     >>                  plot_window objects.<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �I'm using the YT dev<br>
     >>         branch and<br>
     >>                  it's falling over<br>
     >>                   >        � � � � � � with the error:<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �Traceback (most<br>
    recent<br>
     >>         call last):<br>
     >>                   >        � � � � � � � � � � � � �File<br>
     >>                  "OffAxisProjection_MultiPlot._<u></u>_____py",<br>
     >><br>
     >>                   >        line<br>
     >>                   >        � � � � � � 64, in <module><br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � � � � �ep =<br>
     >>         eps.multiplot(1, 2, proj,<br>
     >>                   >        bare_axes=True)<br>
     >>                   >        � � � � � � � � � � � � �File<br>
     >>                   ><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl____<u></u>___taito/YT/Dev/yt-x86_64/src/<u></u>__yt-____hg/yt/visualization/_<u></u>_eps_____writer.py",<br>
     >>                   >        � � � � � � � � � � �line 934, in<br>
    multiplot<br>
     >>                   >        � � � � � � � � � � � � �<br>
     >>                  �d.insert_image_yt(yt_plots[__<u></u>____index],<br>
     >>                   >        � � � � � � pos=(xpos, ypos))<br>
     >>                   >        � � � � � � � � � � � � �File<br>
     >>                   ><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl____<u></u>___taito/YT/Dev/yt-x86_64/src/<u></u>__yt-____hg/yt/visualization/_<u></u>_eps_____writer.py",<br>
     >><br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �line 424, in<br>
     >> insert_image_yt<br>
     >>                   >        � � � � � � � � � � � � � �plot.refresh()<br>
     >>                   >        � � � � � � � � � � � � �File<br>
     >>                   ><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl____<u></u>___taito/YT/Dev/yt-x86_64/src/<u></u>__yt-____hg/yt/visualization/_<u></u>_plot_____container.py",<br>
     >><br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �line 32, in newfunc<br>
     >>                   >        � � � � � � � � � � � � �<br>
     >>         �args[0]._recreate_frb()<br>
     >>                   >        � � � � � � � � � � � � �File<br>
     >>                   ><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl____<u></u>___taito/YT/Dev/yt-x86_64/src/<u></u>__yt-____hg/yt/visualization/_<u></u>_plot_____window.py",<br>
     >><br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �line 266, in<br>
    _recreate_frb<br>
     >>                   >        � � � � � � � � � � � � �<br>
     >>         �periodic=self._periodic)<br>
     >>                   >        � � � � � � � � � � � � �File<br>
     >>                   ><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    "/homeappl/home/regan/appl____<u></u>___taito/YT/Dev/yt-x86_64/src/<u></u>__yt-____hg/yt/visualization/_<u></u>_fixed_____resolution.py",<br>
     >>                   >        � � � � � � � � � � �line 96, in __init__<br>
     >>                   >        � � � � � � � � � � � � �<br>
     >>                  �h.plots.append(weakref.proxy(<u></u>______self))<br>
     >><br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �ReferenceError:<br>
     >>         weakly-referenced<br>
     >>                  object no<br>
     >>                   >        longer<br>
     >>                   >        � � � � � � exists<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �If anyone knows<br>
    what's<br>
     >>         happening<br>
     >>                  let me know.<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �Thanks in advance!<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � � �John<br>
     >>                   ><br>
     >>                   >        � � � � � � � � � �<br>
     >>                   ><br>
     >>           �_____________________________<u></u>________________________<br>
     >>                   >        � � � � � � � � � � �yt-users mailing<br>
    list<br>
     >>                   >        � � � � � �<br>
     >>         [13]yt-users@lists.spacepope._<u></u>_org<br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>><br>
     >>                   >        � � � � � �<br>
     >>         <mailto:[14]yt-users@lists.__<a href="http://spacepope.org" target="_blank">s<u></u>pacepope.org</a><br>
    <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>>><br>
     >>                   >        � � � � � �<br>
     >><br>
      <mailto:[15]yt-users@lists.__[<u></u>__16]<a href="http://spacepope.org" target="_blank">spacepope.org</a><br>
    <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >>         <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >>                  <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >>                   >        � � � � � �<br>
     >>         <mailto:[17]yt-users@lists.__<a href="http://spacepope.org" target="_blank">s<u></u>pacepope.org</a><br>
    <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>>>><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    [18]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/____listinfo.cgi/<a href="http://yt-users-______spacepope.org" target="_blank">yt-users-<u></u>______spacepope.org</a><br>

    <<a href="http://yt-users-______spacepope.org" target="_blank">http://yt-users-______<u></u>spacepope.org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/____listinfo.cgi/yt-users-____spacepope.org" target="_blank">http://lists.spacepope.org/__<u></u>__listinfo.cgi/yt-users-____<u></u>spacepope.org</a>><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    <[19]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/__listinfo.cgi/<a href="http://yt-users-____spacepope.org" target="_blank">yt-users-__<u></u>__spacepope.org</a><br>
    <<a href="http://yt-users-____spacepope.org" target="_blank">http://yt-users-____<u></u>spacepope.org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/__listinfo.cgi/yt-users-__spacepope.org" target="_blank">http://lists.spacepope.org/__<u></u>listinfo.cgi/yt-users-__<u></u>spacepope.org</a>>><br>
     >>                   ><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    <[20]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/__listinfo.cgi/<a href="http://yt-users-____spacepope.org" target="_blank">yt-users-__<u></u>__spacepope.org</a><br>
    <<a href="http://yt-users-____spacepope.org" target="_blank">http://yt-users-____<u></u>spacepope.org</a>><br>
     >><br>
     >> <<a href="http://lists.spacepope.org/__listinfo.cgi/yt-users-__spacepope.org" target="_blank">http://lists.spacepope.org/__<u></u>listinfo.cgi/yt-users-__<u></u>spacepope.org</a>><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    <[21]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/listinfo.cgi/<a href="http://yt-users-__spacepope.org" target="_blank">yt-users-__<u></u>spacepope.org</a><br>
    <<a href="http://yt-users-__spacepope.org" target="_blank">http://yt-users-__spacepope.<u></u>org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a>>>><br>
     >>                   ><br>
     >>                   >        � � � � � � � � �--<br>
     >>                   >        � � � � � � � � �John Wise<br>
     >>                   >        � � � � � � � � �Assistant Professor<br>
    of Physics<br>
     >>                   >        � � � � � � � � �Center for Relativistic<br>
     >>         Astrophysics,<br>
     >>                  Georgia Tech<br>
     >>                   >        � � � � � � [22]<a href="http://cosmo.gatech.edu" target="_blank">http://cosmo.gatech.edu</a><br>
     >>                   >        � � � � � � � �<br>
     >><br>
      �_____________________________<u></u>________________________<br>
     >>                   >        � � � � � � � � �yt-users mailing list<br>
     >>                   >        � � � � � �<br>
     >>         [23]yt-users@lists.spacepope._<u></u>_org<br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>><br>
     >>                   >        � � � � � �<br>
     >>         <mailto:[24]yt-users@lists.__<a href="http://spacepope.org" target="_blank">s<u></u>pacepope.org</a><br>
    <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>>><br>
     >>                   >        � � � � � �<br>
     >><br>
      <mailto:[25]yt-users@lists.__[<u></u>__26]<a href="http://spacepope.org" target="_blank">spacepope.org</a><br>
    <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >>         <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >>                  <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >>                   >        � � � � � �<br>
     >>         <mailto:[27]yt-users@lists.__<a href="http://spacepope.org" target="_blank">s<u></u>pacepope.org</a><br>
    <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>>>><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    [28]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/____listinfo.cgi/<a href="http://yt-users-______spacepope.org" target="_blank">yt-users-<u></u>______spacepope.org</a><br>

    <<a href="http://yt-users-______spacepope.org" target="_blank">http://yt-users-______<u></u>spacepope.org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/____listinfo.cgi/yt-users-____spacepope.org" target="_blank">http://lists.spacepope.org/__<u></u>__listinfo.cgi/yt-users-____<u></u>spacepope.org</a>><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    <[29]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/__listinfo.cgi/<a href="http://yt-users-____spacepope.org" target="_blank">yt-users-__<u></u>__spacepope.org</a><br>
    <<a href="http://yt-users-____spacepope.org" target="_blank">http://yt-users-____<u></u>spacepope.org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/__listinfo.cgi/yt-users-__spacepope.org" target="_blank">http://lists.spacepope.org/__<u></u>listinfo.cgi/yt-users-__<u></u>spacepope.org</a>>><br>
     >>                   ><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    <[30]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/__listinfo.cgi/<a href="http://yt-users-____spacepope.org" target="_blank">yt-users-__<u></u>__spacepope.org</a><br>
    <<a href="http://yt-users-____spacepope.org" target="_blank">http://yt-users-____<u></u>spacepope.org</a>><br>
     >><br>
     >> <<a href="http://lists.spacepope.org/__listinfo.cgi/yt-users-__spacepope.org" target="_blank">http://lists.spacepope.org/__<u></u>listinfo.cgi/yt-users-__<u></u>spacepope.org</a>><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    <[31]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/listinfo.cgi/<a href="http://yt-users-__spacepope.org" target="_blank">yt-users-__<u></u>spacepope.org</a><br>
    <<a href="http://yt-users-__spacepope.org" target="_blank">http://yt-users-__spacepope.<u></u>org</a>><br>
     >><br>
    <<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a>>>><br>
     >>                   ><br>
     >>                   >        � � � � � �<br>
     >>                  ______________________________<u></u>_____________________<br>
     >>                   >        � � � � � � yt-users mailing list<br>
     >>                   >        � � � � � �<br>
     >>         [32]yt-users@lists.spacepope._<u></u>_org<br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>><br>
     >>                   >        � � � � � �<br>
     >>         <mailto:[33]yt-users@lists.__<a href="http://spacepope.org" target="_blank">s<u></u>pacepope.org</a><br>
    <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>>><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    [34]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/__listinfo.cgi/<a href="http://yt-users-____spacepope.org" target="_blank">yt-users-__<u></u>__spacepope.org</a><br>
    <<a href="http://yt-users-____spacepope.org" target="_blank">http://yt-users-____<u></u>spacepope.org</a>><br>
     >><br>
     >> <<a href="http://lists.spacepope.org/__listinfo.cgi/yt-users-__spacepope.org" target="_blank">http://lists.spacepope.org/__<u></u>listinfo.cgi/yt-users-__<u></u>spacepope.org</a>><br>
     >>                   >        � � � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    <[35]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/listinfo.cgi/<a href="http://yt-users-__spacepope.org" target="_blank">yt-users-__<u></u>spacepope.org</a><br>
    <<a href="http://yt-users-__spacepope.org" target="_blank">http://yt-users-__spacepope.<u></u>org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a>>><br>
     >>                   ><br>
     >>                   >        � � � � --<br>
     >>                   >        � � � � John Wise<br>
     >>                   >        � � � � Assistant Professor of Physics<br>
     >>                   >        � � � � Center for Relativistic<br>
    Astrophysics,<br>
     >>         Georgia Tech<br>
     >>                   >        � � � � [36]<a href="http://cosmo.gatech.edu" target="_blank">http://cosmo.gatech.edu</a><br>
     >>                   >        � � � �<br>
     >>         ______________________________<u></u>_____________________<br>
     >>                   >        � � � � yt-users mailing list<br>
     >>                   >        � � � �<br>
    [37]yt-users@lists.spacepope._<u></u>_org<br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>><br>
     >>                   ><br>
      <mailto:[38]yt-users@lists.__<a href="http://spacepope.org" target="_blank">s<u></u>pacepope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>>><br>
     >>                   >        � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    [39]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/__listinfo.cgi/<a href="http://yt-users-____spacepope.org" target="_blank">yt-users-__<u></u>__spacepope.org</a><br>
    <<a href="http://yt-users-____spacepope.org" target="_blank">http://yt-users-____<u></u>spacepope.org</a>><br>
     >><br>
     >> <<a href="http://lists.spacepope.org/__listinfo.cgi/yt-users-__spacepope.org" target="_blank">http://lists.spacepope.org/__<u></u>listinfo.cgi/yt-users-__<u></u>spacepope.org</a>><br>
     >>                   >        � � � �<br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    <[40]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/listinfo.cgi/<a href="http://yt-users-__spacepope.org" target="_blank">yt-users-__<u></u>spacepope.org</a><br>
    <<a href="http://yt-users-__spacepope.org" target="_blank">http://yt-users-__spacepope.<u></u>org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a>>><br>
     >>                   ><br>
     >>                   ><br>
     >> ______________________________<u></u>___________________<br>
     >>                   >        yt-users mailing list<br>
     >>                   >        [41]yt-users@lists.spacepope._<u></u>_org<br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>><br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    [42]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/listinfo.cgi/<a href="http://yt-users-__spacepope.org" target="_blank">yt-users-__<u></u>spacepope.org</a><br>
    <<a href="http://yt-users-__spacepope.org" target="_blank">http://yt-users-__spacepope.<u></u>org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a>><br>
     >>                   ><br>
     >>                   >      --<br>
     >>                   >      John Wise<br>
     >>                   >      Assistant Professor of Physics<br>
     >>                   >      Center for Relativistic Astrophysics,<br>
    Georgia<br>
     >> Tech<br>
     >>                   >      [43]<a href="http://cosmo.gatech.edu" target="_blank">http://cosmo.gatech.edu</a><br>
     >>                   ><br>
      ______________________________<u></u>___________________<br>
     >>                   >      yt-users mailing list<br>
     >>                   >      [44]yt-users@lists.spacepope._<u></u>_org<br>
     >><br>
     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><br>
     >>                  <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.<br>
    <mailto:<a href="mailto:yt-users@lists" target="_blank">yt-users@lists</a>.>__<a href="http://spacepope.org" target="_blank">spac<u></u>epope.org</a> <<a href="http://spacepope.org" target="_blank">http://spacepope.org</a>><br>

     >>         <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a><br>
    <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>>><br>
     >>                   ><br>
     >><br>
     >><br>
     >><br>
    [45]<a href="http://lists.spacepope." target="_blank">http://lists.spacepope.</a>__<u></u>org/listinfo.cgi/<a href="http://yt-users-__spacepope.org" target="_blank">yt-users-__<u></u>spacepope.org</a><br>
    <<a href="http://yt-users-__spacepope.org" target="_blank">http://yt-users-__spacepope.<u></u>org</a>><br>
     >><br>
     >><br>
    <<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a>><br>
     >>                   ><br>
     >>                   > References<br>
     >>                   ><br>
     >>                   >    Visible links<br>
     >>                   >    1. mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>                  <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>><br>
     >>                   >    2. <a href="https://bitbucket.org/jwise77/__yt" target="_blank">https://bitbucket.org/jwise77/<u></u>__yt</a><br>
     >>         <<a href="https://bitbucket.org/jwise77/yt" target="_blank">https://bitbucket.org/<u></u>jwise77/yt</a>><br>
     >>                   >    3. mailto:<a href="mailto:johnanthonyregan@gmail" target="_blank">johnanthonyregan@gmail</a>.<br>
    <mailto:<a href="mailto:johnanthonyregan@gmail" target="_blank">johnanthonyregan@gmail</a><u></u>.>__com<br>
     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>><br>
     >>                  <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a><br>
    <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a>>__<a href="http://gmail.com" target="_blank">gm<u></u>ail.com</a> <<a href="http://gmail.com" target="_blank">http://gmail.com</a>><br>

     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>>><br>
     >>                   >    4. mailto:<a href="mailto:johnanthonyregan@gmail" target="_blank">johnanthonyregan@gmail</a>.<br>
    <mailto:<a href="mailto:johnanthonyregan@gmail" target="_blank">johnanthonyregan@gmail</a><u></u>.>__com<br>
     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>><br>
     >>                  <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a><br>
    <mailto:<a href="mailto:johnanthonyregan@" target="_blank">johnanthonyregan@</a>>__<a href="http://gmail.com" target="_blank">gm<u></u>ail.com</a> <<a href="http://gmail.com" target="_blank">http://gmail.com</a>><br>

     >>         <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a><br>
    <mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>>><br>
     >>                   >    5. mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >><br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>><br>
     >>                  <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.><u></u>__edu<br>
     >>         <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a><br>
    <mailto:<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.<u></u>edu</a>>>><br>
     >>                   >    6. mailto:<a href="mailto:jwise@physics.gatech" target="_blank">jwise@physics.gatech</a>.<br>
    <mailto:<a href="mailto:jwise@physics.gatech" target="_blank">j</a></blockquote>...</blockquote></div>