~ubuntu-branches/ubuntu/saucy/mayavi2/saucy

« back to all changes in this revision

Viewing changes to docs/source/mayavi/auto/example_spherical_harmonics.rst

  • Committer: Package Import Robot
  • Author(s): Varun Hiremath
  • Date: 2012-04-23 16:36:45 UTC
  • mfrom: (1.1.11) (2.2.6 sid)
  • Revision ID: package-import@ubuntu.com-20120423163645-wojak95rklqlbi1y
Tags: 4.1.0-1
* New upstream release
* Bump Standards-Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
This example requires scipy.
13
13
 
14
 
In this example we use the mlab's mesh function: 
 
14
In this example we use the mlab's mesh function:
15
15
:func:`mayavi.mlab.mesh`.
16
16
For plotting surfaces this is a very versatile function. The surfaces can
17
17
be defined as functions of a 2D grid.