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
Stefan van der Walt
78a7b7307a
Rename and deprecate filter module to prevent shadowing of built-in keyword
2014-11-10 12:53:50 +02:00
Siva Prasad Varma
349d091bf1
changed to fig.subplots_adjust()
2014-03-14 22:58:05 +05:30
François Boulogne
eb4c5c9ee4
PEP8
2013-10-14 16:14:30 +02:00
Juan Nunez-Iglesias
6cf12ac0d8
Fix join_segmentations example using img_as_float
...
data.coins() returns a ubyte image in Python 2.7.x but a float32 image
in Python 3.x. This ensures that the image always has the same type for
the rest of the example.
2013-10-09 09:28:38 +00:00
Juan Nunez-Iglesias
bfe70fe091
Update SLIC in example to most recent interface
...
SLIC has been updated a few times since this example was created,
adding support for grayscale images (so converting to RGB is no longer
necessary) and changing the keyword "ratio" to "compactness". This
commit brings the example up to date.
2013-10-08 14:18:45 +11:00
Tony S Yu
fa01b936a6
API Change: image_label2rgb changed to label2rgb.
...
The name change reflects a switch in the argument order (and makes the image an optional argument).
2013-05-06 00:28:11 -05:00
Tony S Yu
19fdad15b9
Add image_label2rgb
2013-05-06 00:25:01 -05:00
Johannes Schönberger
d0ee6ade61
Fix inconsistencies in examples and many more improvements
2013-04-27 16:47:33 +02:00
Juan Nunez-Iglesias
82c3526f30
Tweak join_segmentations example for clarity
2012-12-12 14:37:43 +11:00
Juan Nunez-Iglesias
c5e047ff0e
Add join_segmentations example to the gallery
2012-11-30 15:25:00 +11:00