nigsp.blocks.plot_metric¶
- nigsp.blocks.plot_metric(scgraph, outprefix, atlas=None, thr=None)[source]¶
If possible, plot metrics as markerplot.
- Parameters:
- scgraph
SCGraphobject The internal object containing all data.
- outprefix
str The prefix of the png file to export.
- img3DNiftiImage |
None The nifti image of the atlas.
- atlas3D
Nifti1Image,numpy.ndarray, orNone, optional Either a nifti image containing a valid atlas or a set of parcel coordinates.
- thr
floatorNone, optional The threshold to use in plotting the nodes.
- scgraph