~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to scipy/sandbox/xplt/graftypes.py

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Automatically adapted for scipy Oct 31, 2005 by
 
2
 
 
3
# Copyright (c) 1996, 1997, The Regents of the University of California.
 
4
# All rights reserved.  See Legal.htm for full text and disclaimer.
 
5
 
 
6
Graph2dType = "<type 'graph2d'>"
 
7
Graph3dType = "<type 'graph3d'>"
 
8
SurfaceType = "<type 'surface'>"
 
9
Mesh3dType = "<type 'mesh3d'>"
 
10
LinesType = "<type 'lines'>"
 
11
PolyMapType = "<type 'polymap'>"
 
12
QuadMeshType = "<type 'quadmesh'>"
 
13
RegionType = "<type 'region'>"
 
14
GistType = "<type 'Gist'>"
 
15
NarType = "<type 'Nar'>"
 
16
Animation2dType = "<type 'animation2d'>"
 
17
CellArrayType = "<type 'cellarray'>"
 
18
CurveType = "<type 'curvetype'>"
 
19
Slice3dType = "<type 'slicetype'>"
 
20
PlaneType = "<type 'plane'>"