Closed dpshelio closed 3 years ago
Hi @dpshelio!
Thanks for pointing this out! I think you make a good point about avoiding any confusion with pyplot
. Having a consistent import convention across all nilearn
modules in general is probably a good idea:
nilearn.image
--> nimg
nilearn.plotting
--> nplot
nilearn.signal
--> nsig
Lmk if you'd like to contribute this as a PR
For example, sometimes (ep 6) it's imported as:
where others (ep 3, ep 4, ep 7) do:
In one case (ep 5), it's aliased as
plt
but thenmatplotlib.pyplot
usesplt
too.