# A quick way to interact with the MayaVi display
#
from enthought.mayavi import mlab

  # Bring up the MayaVi window (without the object browser)
  #
figure = mlab.figure()

  # One of several built-in tests
  #
mlab.test_quiver3d()

