I should say, the recipe is up to date (in the hg repository), but the Cookbook website is not.  Same goes for the regular Multiplot recipe.<br /><br />Matt, could you update these?<br /><br />Chris<br /><br />On Mar 20, 2011 7:47pm, chris.m.malone@gmail.com wrote:<br />> Hi Jean-Claude,<br />> <br />> Some of the recipes in the Cookbook are a bit outdated - for example, module names like "raven" have been replaced with more meaningful names.  Actually, now the get_multi_plot() method lives in the plot_collection module, which is automatically loaded into the namespace when you `from yt.mods import *`.  In other words, change the `raven.get_mult_plot(...)` to just `get_multi_plot(...)` and it should work ok, although I haven't tested this.<br />> <br />> Chris<br />> <br />> <br />> On Mar 20, 2011 7:27pm, Jean-Claude Passy jcpassy@gmail.com> wrote:<br />> >   <br />> > <br />> >     <br />> >   <br />> >   <br />> >     Hi all,<br />> > <br />> >     <br />> > <br />> >     I would like to create a multi plot equivalent to the procedure<br />> >     described in the Cookbook (Multi plot 3x2) BUT with<br />> >     different datasets (1 slice for 1 dataset).<br />> > <br />> >     <br />> > <br />> >     The first issue I am encountering is that the module raven is not<br />> >     detected:<br />> > <br />> >     <br />> > <br />> >     #############################################################<br />> > <br />> >     Traceback (most recent call last):<br />> >       File "/rpod2/jcpassy/Enzo/python/MultiPlot.py", line 20,<br />> >       in <br />> >         fig, axes, colorbars = raven.get_multi_plot( 2, 4,<br />> >       colorbar=orient, bw = 4)<br />> >     NameError: name 'raven' is not defined<br />> >     #############################################################<br />> > <br />> >     <br />> > <br />> >     Then, is there a specific description somewhere of how to do a multi<br />> >     plot with different datasets ?<br />> > <br />> >     <br />> > <br />> >     Thanks a lot for your help,<br />> > <br />> >     <br />> > <br />> >     JC<br />> > <br />> >     <br />> > <br />> >   <br />> >