navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.interfaces.neuron.network.PointNetwork.plot_raster
          • PointNetwork.plot_raster()

    navis.interfaces.neuron.network.PointNetwork.plot_raster¶

    PointNetwork.plot_raster(subset=None, group=False, ax=None, label=False, backend='auto', **kwargs)[source]¶

    Raster plot of spike timings.

    Parameters:
    • subset (list-like) – Subset of IDs to plot. You can also use this to determine the order of appearance.

    • ax (matplotlib axis | plotly figure, optional) – Axis/figure to plot onto.

    • label (bool) – Whether to label individual neurons.

    • backend ("auto" | "plotly" | "matplotlib") – Which backend to use. If “auto” will use plotly in Jupyter environments and matplotlib elsewhere.

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.