plot scatter_dconn

Usage

Run using mc_script plot scatter_dconn after installation or using ~ndcn0236/bin/mc_script plot scatter_dconn on jalapeno.

Import in python using from mcutils.scripts.plot import scatter_dconn

Documentation

Scatter plot of dense connectomes

Functions

run(x, x_bm, y, y_bm[, xlog, ylog, diagonal])

Creates a plot of

sub_sample(values, slice1, slice2[, nmax])

CLI interface

add_to_parser(parser)

Creates the parser of the command line arguments

run_from_args(args)

Runs the script based on a Namespace containing the command line arguments