This is an archival dump of old wiki content --- see scipy.org for current material

Results 1 - 25 of 76 results out of about 490 pages. (0.21 seconds)

CategoryCookbook . . . 3 matches
...ories to a page. '''List of pages in this category:''' <<FullSearch(regex:(----(-*)(\r)?\n)(.*)CategoryCookbook\b)>> See also CategoryCookbookMatplotlib. ---- CategoryCategory...

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

Cookbook . . . 7 matches
...l pages in the category "Cookbook":''' . <<FullSearch(regex:(----(-*)(\r)?\n)(.*)CategoryCookbook\b)>> ---- . CategoryCookbook ---- . CategoryCookbook CategoryCookbook CategoryC...

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

Cookbook/SavitzkyGolay . . . 3 matches
...a. It can be "row"or "column", indicating the direction of the derivative, or "both", which returns the gradient. ---- . CategoryCookbook CategoryCookbook ---- CategoryCookbook...

11.0k - rev: 27 (current) last modified: 2015-10-24 17:48:25

NumPy_for_Matlab_Users . . . 2 matches
... ---- . MATLABĀ® and !SimuLinkĀ® are registered trademarks of The !MathWorks. ---- CategoryCookbook CategoryTemplate CategoryTemplate CategoryCookbook CategorySciPyPackages Category...

31.4k - rev: 173 (current) last modified: 2015-10-24 17:48:26

Cookbook/Matplotlib/Show_colormaps . . . 2 matches
... 'RdYlBu','RdYlGn','afmhot','binary','copper', 'gist_ncar','gist_rainbow','own1','own2']) }}} ---- CategoryCookbookMatplotlib CategoryCookbookMatplotlib...

6.5k - rev: 14 (current) last modified: 2015-10-24 17:48:26

Cookbook/Matplotlib . . . 2 matches
...0/creating-video-of-3d-graph-plotting.html|Creating video of 3D graph plotting using matplotlib and mencoder]] by Ilya Zakreuski ---- . CategoryCookbookMatplotlib CategoryCookbook...

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

Cookbook/InputOutput . . . 2 matches
...y, with `npy.mod` and `libnpy.a` in the same directory as `fex.f95`, build `fex` with the command {{{ gfortran -o fex fex.f95 libnpy.a }}} ---- CategoryCookbook CategoryCookbook...

8.2k - rev: 42 (current) last modified: 2015-10-24 17:48:24

Cookbook/Histograms . . . 2 matches
...t_frame_on(False) plt.colorbar(orientation='horizontal', ax=cax) plt.tight_layout() plt.show() }}} {{attachment:histogram2d.png}} ---- CategoryCookbookMatplotlib CategoryCookbook...

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

Cookbook/F2Py . . . 2 matches
... step wrapping of a simple numerical code: Interactive System for Ice sheet Simulation = http://websrv.cs.umt.edu/isis/index.php/F2py_example ---- CategoryCookbook CategoryCookbook...

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

Cookbook/DataFrame . . . 2 matches
...with {{{ #!python try: set except NameError: from sets import Set as set }}} Then replace all instances of sets.Set() with set(). CategoryCookbook CategoryCookbook...

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

Cookbook/Ctypes . . . 2 matches
...orial.html|ctypes tutorial]] * [[http://docs.python.org/dev/lib/module-ctypes.html|13.14 ctypes -- A foreign function library for Python.]] ---- CategoryCookbook CategoryCookbook...

18.9k - rev: 44 (current) last modified: 2015-10-24 17:48:24

AllPages . . . 2 matches
...ral]] * [[BuildWithoutWarning]] * [[C++_Extensions_that_use_NumPy_arrays]] * [[CategoryCookbook]] * [[CategoryCookbookMatplotlib]] * [[CategoryInstallation]] * [[CategorySciP...

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

Cookbook/vtkVolumeRendering . . . 1 match
...y press ''q''. In my opinion, the volume renderer creates extremely ugly images if not the following option is used: {{{#!python volumeProperty.ShadeOn() }}} ---- CategoryCookbook...

5.1k - rev: 4 (current) last modified: 2015-10-24 17:48:26

Cookbook/multiprocessing . . . 1 match
...ge was obsolete as multiprocessing's internals have changed. More information will come shortly; a link to this page will then be added back to the Cookbook. ---- CategoryCookbook...

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

Cookbook/hdf5_in_Matlab . . . 1 match
...ie. to match Python. The builtin Matlab functions by default return data in the opposite order, so the first dimension in Python would be the last in Matlab). ---- CategoryCookbook...

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

Cookbook/f2py_and_NumPy . . . 1 match
...put rank-1 array('d') with bounds (n) Return objects: y : rank-1 array('d') with bounds (n) >>> print m.foo([1,2,3,4,5]) [ 1. 3. 5. 7. 9.] >>> }}} ---- CategoryCookbook...

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

Cookbook/dbase . . . 1 match
...ly when calling dataplot() or info(). There is an extensive set of examples at the bottom of the code file that demonstrates the functionality of the class. ---- CategoryCookbook...

1.8k - rev: 28 (current) last modified: 2015-10-24 17:48:26

Cookbook/Weave . . . 1 match
...o['library_dirs'], compiler='gcc') if not inplace: return b }}} This code is available in [[attachment:fftmod.tar.gz|fftmod.tar.gz]]. ---- CategoryCookbook...

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

Cookbook/ViewsVsCopies . . . 1 match
...over why is the difference? ''Hint: think in terms of the sequence of {{{__getitem__()}}} and {{{__setitem__()}}} calls and what they do on each example.'' ---- CategoryCookbook...

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

Cookbook/SchrodingerFDTD . . . 1 match
...see. lineP.set_ydata(6*psi_p) pylab.draw() # So the windows don't auto-close at the end if run outside ipython pylab.ioff() pylab.show() }}} ---- CategoryCookbook...

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

Cookbook/SWIG_and_NumPy . . . 1 match
...ve( int sys, const int Ap [ ], const int Ai [ ], const double Ax [ ], double X [ ], const double B [ ], ... ); }}} ---- CategoryCookbook...

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

Cookbook/SWIG_NumPy_examples . . . 1 match
... all folks (for now)! As usual, comments welcome! * '''TODO''': Code clean-up and moving the examples over to the !SciPy/!NumPy repository? Regards, Egor ---- CategoryCookbook...

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

Cookbook/SWIG_Memory_Deallocation . . . 1 match
... Files are available on the [[http://code.google.com/p/ezwidgets/source/browse/#svn/trunk/numpy|Google code SVN]]. As usual, comments welcome! Regards, Egor ---- CategoryCookbook...

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

Cookbook/Rebinning . . . 1 match
...on type.\n", \ "Currently only \'neighbour\', \'nearest\',\'linear\',", \ "and \'spline\' are supported." return None }}} ---- CategoryCookbook...

7.6k - rev: 15 (current) last modified: 2015-10-24 17:48:24

Cookbook/RANSAC . . . 1 match
... model to estimate the data """ }}} An example of such model is the class LinearLeastSquaresModel as seen the file source (below) {{attachment:ransac.py}} ---- CategoryCookbook...

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

1 2 3 4 Next