Skip to content

Plot Commands

The plot command provides access to visualization features for BMTK network simulations.

bmtool plot --help

Available Commands

Raster Plot

Plot the spike raster for a given population.

# Plot raster from simulation output
bmtool plot raster

Cell Positions

Plot cell positions for a given set of populations.

# Plot cell positions
bmtool plot positions

Connection Information

Display information related to neuron connections.

# Plot connection information
bmtool plot connection

Report

Plot the specified report (e.g., membrane potential) using BMTK's default report plotter.

bmtool plot report

Options

Options:
  --config PATH  Configuration file to use, default: "simulation_config.json"
  --no-display   When set there will be no plot displayed, useful for saving
                 plots
  --help         Show this message and exit.