<div dir="ltr"><div><div>Hi John, <br><br></div>I'm getting a problem with the profile_plotter.py file. <br><br>Traceback (most recent call last):<br>  File "OffAxisProjection_MultiPlot.py", line 12, in <module><br>
    import yt.visualization.eps_writer as eps<br>  File "/homeappl/home/regan/appl_taito/YT/Dev/yt-x86_64/src/yt-hg/yt/visualization/eps_writer.py", line 31, in <module><br>    from .profile_plotter import PhasePlot<br>
  File "/homeappl/home/regan/appl_taito/YT/Dev/yt-x86_64/src/yt-hg/yt/visualization/profile_plotter.py", line 31, in <module><br>    from .plot_container import \<br>ImportError: No module named plot_container<br>
<br><br></div>John<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 3, 2013 at 4:09 PM, John Wise <span dir="ltr"><<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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 <a href="https://bitbucket.org/jwise77/yt" target="_blank">https://bitbucket.org/jwise77/<u></u>yt</a><br>
<br>
Cheers,<br>
John<div class="im"><br>
<br>
On 12/03/2013 08:28 AM, John Regan wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi John,<br>
<br><div class="im">
Stupid question now - but how do I get my hands on that PR?<br>
Is there a link somewhere where I can pull from?<br>
<br>
John<br>
<br>
<br>
On Tue, Dec 3, 2013 at 3:10 PM, John Regan <<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@gmail.com</a><br></div><div class="im">
<mailto:<a href="mailto:johnanthonyregan@gmail.com" target="_blank">johnanthonyregan@<u></u>gmail.com</a>>> wrote:<br>
<br>
    Excellent - I'll pull the changeset and let you know!<br>
<br>
<br>
    On Tue, Dec 3, 2013 at 3:06 PM, John Wise <<a href="mailto:jwise@physics.gatech.edu" target="_blank">jwise@physics.gatech.edu</a><br></div><div class="im">
    <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 right now because I was just putting<br>
        the final touches on my changes this morning!  I've just<br>
        submitted a pull request<br>
<br></div>
        <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><div class="im"><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>
        which has an example in the description.  If you could test it<br>
        out, that would be great!<br>
<br>
        Cheers,<br>
        John<br>
<br>
<br>
        On 12/03/2013 07:48 AM, John Regan wrote:<br>
<br>
            Hi John,<br>
<br>
            Cool. Sounds good.<br>
<br>
            Let me know if there is anything I can help with.<br>
<br>
            Cheers,<br>
            John<br>
<br>
<br>
<br>
<br>
            On Tue, Dec 3, 2013 at 2:44 PM, John Wise<br>
            <<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></div>

            <mailto:<a href="mailto:jwise@physics.gatech." target="_blank">jwise@physics.gatech.</a>_<u></u>_edu<div class="im"><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 discovered that I didn't extend the<br>
            capabilities of<br>
                 eps_writer's multiplot to handle PlotWindows.  I'm<br>
            working on this<br>
                 right now, and hopefully I'll have something soon.<br>
<br>
                 Cheers,<br>
                 JOhn<br>
<br>
<br>
                 On 12/03/2013 07:43 AM, John Regan wrote:<br>
<br>
                     Hi All,<br>
<br>
                     Not sure whether this is currently possible but I'd<br>
            like to create a<br>
                     multiplot eps figure containing a selection of<br>
            projections.<br>
<br>
                     I first of all create my list of<br>
            OffAxisProjectionPlots (proj)<br>
                     and then<br>
                     call<br>
<br>
                     ep = eps.multiplot(1, 2, proj, bare_axes=True).<br>
<br>
                     where proj is a list of plot_window objects.<br>
<br>
                     I'm using the YT dev branch and it's falling over<br>
            with the error:<br>
<br>
                     Traceback (most recent call last):<br></div>
                         File "OffAxisProjection_MultiPlot._<u></u>___py", line<div class="im"><br>
            64, in <module><br>
<br>
                           ep = eps.multiplot(1, 2, proj, bare_axes=True)<br>
                         File<br>
<br></div>
            "/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 multiplot<br>
                           d.insert_image_yt(yt_plots[___<u></u>_index],<br>
            pos=(xpos, ypos))<br>
                         File<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",<div class="im"><br>
<br>
                     line 424, in insert_image_yt<br>
                           plot.refresh()<br>
                         File<br>
<br></div>
            "/homeappl/home/regan/appl____<u></u>_taito/YT/Dev/yt-x86_64/src/<u></u>yt-____hg/yt/visualization/<u></u>plot_____container.py",<div class="im"><br>
<br>
                     line 32, in newfunc<br>
                           args[0]._recreate_frb()<br>
                         File<br>
<br></div>
            "/homeappl/home/regan/appl____<u></u>_taito/YT/Dev/yt-x86_64/src/<u></u>yt-____hg/yt/visualization/<u></u>plot_____window.py",<div class="im"><br>
<br>
                     line 266, in _recreate_frb<br>
                           periodic=self._periodic)<br>
                         File<br>
<br></div>
            "/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>
                           h.plots.append(weakref.proxy(_<u></u>___self))<div class="im"><br>
<br>
                     ReferenceError: weakly-referenced object no longer<br>
            exists<br>
<br>
                     If anyone knows what's happening let me know.<br>
<br>
                     Thanks in advance!<br>
<br>
                     John<br>
<br>
<br>
<br></div>
                     ______________________________<u></u>_____________________<div class="im"><br>
                     yt-users mailing list<br>
            <a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
            <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>><br></div>
            <mailto:<a href="mailto:yt-users@lists." target="_blank">yt-users@lists.</a>__<a href="http://spacepope.org" target="_blank">space<u></u>pope.org</a><br>
            <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><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>
            <<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>><div class="im"><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>
            <<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>
                 John Wise<br>
                 Assistant Professor of Physics<br>
                 Center for Relativistic Astrophysics, Georgia Tech<br>
            <a href="http://cosmo.gatech.edu" target="_blank">http://cosmo.gatech.edu</a><br></div>
                 ______________________________<u></u>_____________________<div class="im"><br>
                 yt-users mailing list<br>
            <a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
            <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>><br></div>
            <mailto:<a href="mailto:yt-users@lists." target="_blank">yt-users@lists.</a>__<a href="http://spacepope.org" target="_blank">space<u></u>pope.org</a><br>
            <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>>><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>
            <<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>
            <<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>
            <<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>>><div><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
            ______________________________<u></u>___________________<br>
            yt-users mailing list<br>
            <a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
            <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>><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>
            <<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>
        John Wise<br>
        Assistant Professor of Physics<br>
        Center for Relativistic Astrophysics, Georgia Tech<br>
        <a href="http://cosmo.gatech.edu" target="_blank">http://cosmo.gatech.edu</a><br>
        ______________________________<u></u>___________________<br>
        yt-users mailing list<br>
        <a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a> <mailto:<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.<u></u>spacepope.org</a>><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>
        <<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>
______________________________<u></u>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a><br>
<br>
</div></div></blockquote><div class="HOEnZb"><div class="h5">
<br>
-- <br>
John Wise<br>
Assistant Professor of Physics<br>
Center for Relativistic Astrophysics, Georgia Tech<br>
<a href="http://cosmo.gatech.edu" target="_blank">http://cosmo.gatech.edu</a><br>
______________________________<u></u>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a><br>
</div></div></blockquote></div><br></div>