Miscellaneous routines (scipy.misc)¶
Various utilities that don’t have another home.
Note that Pillow (https://python-pillow.org/) is not a dependency of SciPy, but the image manipulation functions indicated in the list below are not available without it.
| ascent() | Get an 8-bit grayscale bit-depth, 512 x 512 derived image for easy use in demos | 
| central_diff_weights(Np[, ndiv]) | Return weights for an Np-point central derivative. | 
| derivative(func, x0[, dx, n, args, order]) | Find the n-th derivative of a function at a point. | 
| face([gray]) | Get a 1024 x 768, color image of a raccoon face. | 
| electrocardiogram() | Load an electrocardiogram as an example for a one-dimensional signal. | 
Deprecated functions:
| bytescale(*args, **kwds) | bytescaleis deprecated!bytescaleis deprecated in SciPy 1.0.0, and will be removed in 1.2.0. | 
| fromimage(*args, **kwds) | fromimageis deprecated!fromimageis deprecated in SciPy 1.0.0. | 
| imfilter(*args, **kwds) | imfilteris deprecated!imfilteris deprecated in SciPy 1.0.0, and will be removed in 1.2.0. | 
| imread(*args, **kwds) | imreadis deprecated!imreadis deprecated in SciPy 1.0.0, and will be removed in 1.2.0. | 
| imresize(*args, **kwds) | imresizeis deprecated!imresizeis deprecated in SciPy 1.0.0, and will be removed in 1.2.0. | 
| imrotate(*args, **kwds) | imrotateis deprecated!imrotateis deprecated in SciPy 1.0.0, and will be removed in 1.2.0. | 
| imsave(*args, **kwds) | imsaveis deprecated!imsaveis deprecated in SciPy 1.0.0, and will be removed in 1.2.0. | 
| imshow(*args, **kwds) | imshowis deprecated!imshowis deprecated in SciPy 1.0.0, and will be removed in 1.2.0. | 
| toimage(*args, **kwds) | toimageis deprecated!toimageis deprecated in SciPy 1.0.0, and will be removed in 1.2.0. | 
Deprecated aliases:
| comb(*args, **kwds) | combis deprecated! Importingcombfrom scipy.misc is deprecated in scipy 1.0.0. | 
| factorial(*args, **kwds) | factorialis deprecated! Importingfactorialfrom scipy.misc is deprecated in scipy 1.0.0. | 
| factorial2(*args, **kwds) | factorial2is deprecated! Importingfactorial2from scipy.misc is deprecated in scipy 1.0.0. | 
| factorialk(*args, **kwds) | factorialkis deprecated! Importingfactorialkfrom scipy.misc is deprecated in scipy 1.0.0. | 
| logsumexp(*args, **kwds) | logsumexpis deprecated! Importinglogsumexpfrom scipy.misc is deprecated in scipy 1.0.0. | 
| pade(*args, **kwds) | padeis deprecated! Importingpadefrom scipy.misc is deprecated in scipy 1.0.0. | 
| info(*args, **kwds) | Get help information for a function, class, or module. | 
| source(*args, **kwds) | sourceis deprecated! Importingsourcefrom scipy.misc is deprecated in scipy 1.0.0. | 
| who(*args, **kwds) | whois deprecated! Importingwhofrom scipy.misc is deprecated in scipy 1.0.0. |