~vcs-imports/scipy/trunk

« back to all changes in this revision

Viewing changes to doc/source/interpolate.rst

  • Committer: ptvirtan
  • Date: 2011-03-07 19:32:35 UTC
  • Revision ID: ptvirtan-20110307193235-9u8f2ka4rynao92t
DOC: fix unclear scipy.interpolate.interp2d documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   NearestNDInterpolator
33
33
   CloughTocher2DInterpolator
34
34
   Rbf
35
 
 
36
 
Data given on a regular grid:
37
 
 
38
 
.. autosummary::
39
 
   :toctree: generated/
40
 
 
41
35
   interp2d
42
36
 
 
37
For data on a grid:
 
38
 
 
39
.. autosummary::
 
40
 
 
41
   RectBivariateSpline
 
42
 
 
43
.. seealso:: `scipy.ndimage.map_coordinates`
 
44
 
43
45
 
44
46
1-D Splines
45
47
===========
85
87
2-D Splines
86
88
===========
87
89
 
88
 
.. seealso:: scipy.ndimage.map_coordinates
89
 
 
90
90
For data on a grid:
91
91
 
92
92
.. autosummary::