<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi all,<br>
    <br>
    I would like to create a multi plot equivalent to the procedure
    described in the Cookbook (Multi plot 3x2) <b>BUT</b> with
    different datasets (1 slice for 1 dataset).<br>
    <br>
    The first issue I am encountering is that the module raven is not
    detected:<br>
    <br>
    #############################################################<br>
    <address>Traceback (most recent call last):</address>
    <address>  File "/rpod2/jcpassy/Enzo/python/MultiPlot.py", line 20,
      in <module></address>
    <address>    fig, axes, colorbars = raven.get_multi_plot( 2, 4,
      colorbar=orient, bw = 4)</address>
    <address>NameError: name 'raven' is not defined</address>
    #############################################################<br>
    <br>
    Then, is there a specific description somewhere of how to do a multi
    plot with different datasets ?<br>
    <br>
    Thanks a lot for your help,<br>
    <br>
    JC<br>
    <br>
  </body>
</html>