martin
9fa9c0387c
adding axes sharing to displays of related images
...
for better interaction
sharing achieved by setting sharex and sharey, and
setting the axes 'adjustable' parameter to 'box-forced'
2015-10-12 15:58:57 +02:00
Juan Nunez-Iglesias
0d134987f9
Harmonize all ndimage usage across the library
...
Only two forms remain in use:
- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Juan Nunez-Iglesias
82a5d0c5d9
Remove unused variable in example
2015-06-09 11:45:10 +10:00
Siva Prasad Varma
a89dd4dedd
changed f to fig
2014-03-19 17:18:33 +05:30
Siva Prasad Varma
fb72fb04b2
used plt.subplots everywhere
2014-03-14 17:37:14 +05:30
Johannes Schönberger
d0ee6ade61
Fix inconsistencies in examples and many more improvements
2013-04-27 16:47:33 +02:00
emmanuelle
39a0e3577c
scikits/image -> skimage in examples
2011-10-24 23:28:21 +02:00
emmanuelle
ed1f05427e
ENH address comments on PR #65 made by Stefan and Neil
2011-10-24 23:23:52 +02:00
emmanuelle
736802bad4
Medial axis transform (skeletonization) from cell profiler
...
* medial_axis function in morphology.skeletonize
* plot_medial_axis.py example for the gallery
Compared to the skeletonize algorithm in morphology.skeletonize,
medial_axis is faster because it processes all pixel in one pass.
However, the resulting skeleton has more branches, that may be unwanted
depending on the application.
2011-10-24 23:22:58 +02:00