<div dir="ltr"><div><div>Hi,<br><br></div><div>After doing <br></div><div><br><span style="font-family:monospace,monospace">import yt.visualization.eps_writer as eps <br>from yt.visualization.eps_writer import multiplot_yt<br>s = yt.SlicePlot(ds, "z", ["density","temperature", "velocity_magnitude","pressure"], center="max")<br></span><br>This works for me<br><br><span style="font-family:monospace,monospace">eps_fig = eps.single_plot(s)<br>eps_fig.save_fig('zoom', format='eps')<br>eps_fig.save_fig('zoom-pdf', format='pdf')</span><br><br></div><b>But, the code below doesn't work for me; error is <span style="font-family:monospace,monospace">"YTFieldNotFound: Could not find field '('io', 0)' in super3d_hdf5_plt_cnt_0000."</span></b><br><br><span style="font-family:monospace,monospace">s.set_width(2.e9, 'cm')<br>eps_fig = eps.multiplot_yt(2, 2, s, bare_axes=True)     #not working now<br>#eps_fig.scale_line(0.2, '5 kpc')<br>eps_fig.save_fig('multi', format='eps')<br><br></span></div><span style="font-family:arial,helvetica,sans-serif">Any help would be appreciated, Thanks<br>-Rahul Kashyap</span><span style="font-family:monospace,monospace"><br></span><div><br></div></div>