<div dir="ltr"><div><div><div><div><div><div>Hi All, <br><br></div>Not sure whether this is currently possible but I'd like to create a multiplot eps figure containing a selection of projections. <br><br></div>I first of all create my list of OffAxisProjectionPlots (proj) and then call <br>
<br>ep = eps.multiplot(1, 2, proj, bare_axes=True). <br><br></div><div>where proj is a list of plot_window objects. <br></div><div><br></div>I'm using the YT dev branch and it's falling over with the error:<br><br>
Traceback (most recent call last):<br>  File "OffAxisProjection_MultiPlot.py", line 64, in <module><br>    ep = eps.multiplot(1, 2, proj, bare_axes=True)<br>  File "/homeappl/home/regan/appl_taito/YT/Dev/yt-x86_64/src/yt-hg/yt/visualization/eps_writer.py", line 934, in multiplot<br>
    d.insert_image_yt(yt_plots[index], pos=(xpos, ypos))<br>  File "/homeappl/home/regan/appl_taito/YT/Dev/yt-x86_64/src/yt-hg/yt/visualization/eps_writer.py", line 424, in insert_image_yt<br>    plot.refresh()<br>
  File "/homeappl/home/regan/appl_taito/YT/Dev/yt-x86_64/src/yt-hg/yt/visualization/plot_container.py", line 32, in newfunc<br>    args[0]._recreate_frb()<br>  File "/homeappl/home/regan/appl_taito/YT/Dev/yt-x86_64/src/yt-hg/yt/visualization/plot_window.py", line 266, in _recreate_frb<br>
    periodic=self._periodic)<br>  File "/homeappl/home/regan/appl_taito/YT/Dev/yt-x86_64/src/yt-hg/yt/visualization/fixed_resolution.py", line 96, in __init__<br>    h.plots.append(weakref.proxy(self))<br>ReferenceError: weakly-referenced object no longer exists<br>
<br></div>If anyone knows what's happening let me know. <br><br></div>Thanks in advance!<br><br></div>John<br><div><div><div><br></div></div></div></div>