This is an archival dump of old wiki content --- see scipy.org for current material.
Please see http://scipy-cookbook.readthedocs.org/

Results 1 - 25 of 45 results out of about 490 pages. (0.16 seconds)

Cookbook . . . 89 matches
...supersede this wiki page) = NumPy / SciPy = * !NumPy arrays: tips and tricks: * [[Cookbook/BuildingArrays|Building Arrays]] Introduction to numerical arrays. * [[Cookbook/Ind...

11.3k - rev: 177 (current) last modified: 2015-10-24 17:48:23

AllPages . . . 152 matches
...] * [[BuildWithoutWarning]] * [[C++_Extensions_that_use_NumPy_arrays]] * [[CategoryCookbook]] * [[CategoryCookbookMatplotlib]] * [[CategoryInstallation]] * [[CategorySciPyPac...

14.3k - rev: 4 (current) last modified: 2015-10-24 18:03:06

Cookbook/Matplotlib . . . 40 matches
...The cookbook is a place for community contributions of recipes, howtos and examples. Complete documentation and tutorials for matplotlib can be found at [[http://matplotlib.source...

8.0k - rev: 62 (current) last modified: 2015-10-24 17:48:26

Cookbook/MayaVi . . . 9 matches
...ion]] * Using !MayaVi2: There are (at least) two ways to use !MayaVi2: * [[Cookbook/MayaVi/RunningMayavi2| Running MayaVi2]] on the command line. * [[Cookbook/MayaV...

2.5k - rev: 66 (current) last modified: 2015-10-24 17:48:23

Cookbook/MayaVi/ScriptingMayavi2 . . . 6 matches
... Axes, !OrientationAxes and Text will be presented now. = Basic Modules = See the [[Cookbook/MayaVi/ScriptingMayavi2/BasicModules| Basic Modules]] wiki page. = Main Modules = S...

5.6k - rev: 277 (current) last modified: 2015-10-24 17:48:23

Cookbook/MayaVi/ScriptingMayavi2/MainModules . . . 5 matches
...odule also display scalars data on a plane (but it does not "cut" data), please see [[Cookbook/MayaVi/Examples| Example with a 3D array as numerical source (numeric_source.py)]] or...

19.7k - rev: 19 (current) last modified: 2015-10-24 17:48:24

Cookbook/A_Numerical_Agnostic_Pyrex_Class . . . 5 matches
...and C space. # # Heavily based on an idea of Andrew Straw. See # http://www.scipy.org/Cookbook/ArrayStruct_and_Pyrex # Very inspiring! :-) # # First version: 2006-03-25 # Last upda...

8.4k - rev: 3 (current) last modified: 2015-10-24 17:48:24

Cookbook/Pyrex_and_NumPy . . . 4 matches
...|pytables project]] makes extensive use of Pyrex and numarray. See the pytables source code for more ideas. = See Also = [[Cookbook/ArrayStruct_and_Pyrex]] ---- CategoryCookbook...

5.7k - rev: 17 (current) last modified: 2015-10-24 17:48:23

Cookbook/MayaVi/ScriptingMayavi2/BasicModules . . . 4 matches
...t you can also set background/foreground colors for all your !MayaVi2 sessions. See [[Cookbook/MayaVi/Tips]]. So, your background and foreground colors may (in fact, must) be diffe...

8.7k - rev: 8 (current) last modified: 2015-10-24 17:48:24

Cookbook/MayaVi/RunningMayavi2 . . . 4 matches
...result should look like this (for issue concerning background/forground colors, see [[Cookbook/MayaVi/Tips]]): {{attachment:mv2.png}} = Run MayaVi2 with some parameters: modules ...

11.7k - rev: 65 (current) last modified: 2015-10-24 17:48:23

Cookbook/MayaVi/Examples . . . 4 matches
...ome examples of rendering scenes you can get with !MayaVi2. You are advised to read [[Cookbook/MayaVi/ScriptingMayavi2]] to understand what you see, although most examples given he...

16.7k - rev: 39 (current) last modified: 2015-10-24 17:48:23

Cookbook/F2Py . . . 4 matches
... code == f2py is also capable of handling C code. An example is found on the wiki: [[Cookbook/f2py_and_NumPy]]. = Step by step wrapping of a simple numerical code: Interactive Sy...

3.5k - rev: 5 (current) last modified: 2015-10-24 17:48:24

Cookbook/CoupledSpringMassSystem . . . 4 matches
... This cookbook example shows how to solve a system of differential equations. (Other examples include the [[LoktaVolterraTutorial|Lotka-Volterra Tutorial]], the [[Cookbook/Zombie...

5.0k - rev: 11 (current) last modified: 2015-10-24 17:48:24

Cookbook/TimeSeries . . . 3 matches
...the timeseries scikit [[http://pytseries.sourceforge.net|click here]]. Here on the [[Cookbook]] you may find some useful and complementary information: * [[Cookbook/TimeSeries/F...

0.3k - rev: 3 (current) last modified: 2015-10-24 17:48:25

Cookbook/SWIG_NumPy_examples . . . 3 matches
...t'' known in advance and depends on memory allocated in C, see the example given in [[Cookbook/SWIG_Memory_Deallocation]]. == The C source (ezrange.c and ezrange.h) == Here is t...

23.3k - rev: 4 (current) last modified: 2015-10-24 17:48:23

Cookbook/PIL . . . 3 matches
... (!) see also [[Cookbook/Matplotlib/LoadImage]] to load a PNG image == Python Imaging Library == Apply this patch to make PIL Image objects both export and consume the array in...

3.7k - rev: 5 (current) last modified: 2015-10-24 17:48:23

Cookbook/MayaVi/Surf . . . 3 matches
...ts you have to transform the matrix data in a 3D data that !MayaVi2 can understand. [[Cookbook/MayaVi/mlab|mlab]] knows how to do this, but it does not have the nice user interface...

1.3k - rev: 6 (current) last modified: 2015-10-24 17:48:24

Cookbook/MayaVi/ScriptingMayavi2/Filters . . . 3 matches
... filter = You can use the !WarpScalar filter to warp a 2D surface for example. See [[Cookbook/MayaVi/Examples| Example using mlab (surf_regular_mlab.py)]]. = TransformData filter...

8.3k - rev: 8 (current) last modified: 2015-10-24 17:48:25

Cookbook/Matplotlib/LoadImage . . . 3 matches
...) gray() }}} This permits to do some processing for further exporting such as for [[Cookbook/Matplotlib/converting_a_matrix_to_a_raster_image|converting a matrix to a raster imag...

1.7k - rev: 12 (current) last modified: 2015-10-24 17:48:24

Cookbook/Matplotlib/LaTeX_Examples . . . 3 matches
... with LaTeX. == LaTeX UsingTex == This section describes a technique following the [[Cookbook/Matplotlib/UsingTex]] guidelines. Here is the outline of the LaTeX file used to incl...

9.4k - rev: 19 (current) last modified: 2015-10-24 17:48:23

Cookbook/Matplotlib/Gridding_irregularly_spaced_data . . . 3 matches
... sandbox can also be used to interpolate/smooth scattered data in n dimensions. See [[Cookbook/RadialBasisFunctions]] for details. == Example 3 == A less robust but perhaps more ...

9.4k - rev: 27 (current) last modified: 2015-10-24 17:48:26

Cookbook/Data_Acquisition_with_PyUL . . . 3 matches
...f%5Fid=1084&mscssid=RDNUK9VN7L3L8PL34QF282AX3F987098|Universal Library]]. See also [[Cookbook/Data_Acquisition_with_NIDAQmx|Data acquisition with Ni-DAQmx]]. The following exampl...

5.3k - rev: 5 (current) last modified: 2015-10-24 17:48:23

Cookbook/Data_Acquisition_with_NIDAQmx . . . 3 matches
...s, namely loading the shared library and setting the function signatures. See also [[Cookbook/Data_Acquisition_with_PyUL|Data acquisition with PyUniversalLibrary]]. See also proj...

7.3k - rev: 8 (current) last modified: 2015-10-24 17:48:23

Cookbook/C_Extensions . . . 3 matches
....org/scipy/scipy/browser/trunk/Lib/ndimage|ndimage in the SciPy SVN repository]] * [[Cookbook/C_Extensions/NumPy_arrays|NumPy arrays]] (collection of small examples) = Mailing Li...

5.6k - rev: 20 (current) last modified: 2015-10-24 17:48:25

Cookbook/ArrayStruct_and_Pyrex . . . 3 matches
...ct__}}} interface. (The shared memory stuff has only been tested on linux, but the rest should work anywhere.) = See also = * [[Cookbook/Pyrex_and_NumPy]] ---- CategoryCookbook...

4.2k - rev: 10 (current) last modified: 2015-10-24 17:48:23

1 2 Next