<div dir="ltr">Hi all,<br><br>I have a question related to saving multipanel figures generated with the AxesGrid toolkit as ".eps".<br><br>I've made a few plots in which I *very* closely follow this example:<br><a href="http://yt-project.org/doc/cookbook/multiplot_2x2_time_series.py">http://yt-project.org/doc/cookbook/multiplot_2x2_time_series.py</a><br><br>Except I replace the save line with<br>plt.savefig('my_figure.eps',format='eps')<br><br>I am hoping to fix this issue (where the colorbar has thin lines in it):<br><a href="http://stackoverflow.com/questions/15003353/why-does-my-colorbar-have-lines-in-it">http://stackoverflow.com/questions/15003353/why-does-my-colorbar-have-lines-in-it</a><br>with a line like:<br><br>cbar.solids.set_rasterized(True) <br><br>I haven't been able to figure out, though, how to access the colorbar object itself within the context of the AxesGrid. In the example script, we access the colorbar axes, which is close, but not quite what is needed, I think. <br><br>Thank you in advance for the help, <br><br>Morgan</div>