miykael / atlasreader

Python interface for generating coordinate tables and region labels from statistical MRI images
BSD 3-Clause "New" or "Revised" License
90 stars 31 forks source link

JOSS REVIEW: add default value for glass_plot_kws and stat_plot_kws #102

Closed andrewheusser closed 5 years ago

andrewheusser commented 5 years ago

Very minor, but add a default value (e.g. None) for:

glass_plot_kws: dict or None, optional Additional keyword arguments to pass to nilearn.plotting.plot_glass_brain.

stat_plot_kws: dict or None, optional Additional keyword arguments to pass to nilearn.plotting.plot_stat_map.

miykael commented 5 years ago

Changes are implemented with https://github.com/miykael/atlasreader/pull/107/commits/23cae1f96f07191f715c7cabf7e87194af584519.

andrewheusser commented 5 years ago

👍