Commit Graph

15 Commits

Author SHA1 Message Date
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
emmanuelle 84ac53824d [ENH] Fixed some PEP8 issues in example gallery. 2015-08-30 12:28:40 +02:00
Olivia 8ad487e059 Split comment into two rows 2015-08-29 09:54:09 +01:00
Olivia f63d942d9d Grammatical error/typo fixed 2015-08-28 22:11:55 +01:00
Olivia a5af3a6e93 Updated the explanation of the watershed markers example.
This fixes issue #1650
2015-08-28 21:52:35 +01: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 37f39f716e changed to fig.subplots_adjust() 2014-03-14 23:03:38 +05:30
Johannes Schönberger 529d46a67b Convert to ubyte dtype explicitly for python 3 2013-04-28 11:11:30 +02:00
Johannes Schönberger d0ee6ade61 Fix inconsistencies in examples and many more improvements 2013-04-27 16:47:33 +02:00
Olivier Debeir f133158792 autopep8 for plot_* and rank sources 2012-11-13 09:37:58 +01:00
Olivier Debeir 117b6d187b move rank/ into filter/ 2012-10-29 18:07:50 +01:00
Olivier Debeir ebfe4b8b95 add marked watershed example (cont.) 2012-10-29 18:07:48 +01:00
Olivier Debeir 0a73260d5d add marked watershed example (cont.) 2012-10-29 18:07:48 +01:00
Olivier Debeir c26d57dcfa add marked watershed example 2012-10-29 18:07:48 +01:00