Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
aind-ephys-utils 0.2.0 documentation
Light Logo Dark Logo
  • Quickstart
  • Core concepts
    • Data model
    • Xarray primer
    • Conventions
  • Design principles
  • Adapters
    • from_dataframe
  • Operations
    • align
    • bin
    • smooth
    • baseline
    • normalize
    • psth
    • pseudopop
    • reduce
      • pca
      • gpfa
      • dpca
      • coding_direction
      • logistic
      • lda
      • rrr
    • restrict
  • Plotting
    • raster
    • psth
    • trajectory
  • API
    • aind_ephys_utils package
      • aind_ephys_utils.accessors package
        • aind_ephys_utils.accessors.dataarray module
      • aind_ephys_utils.adapters package
        • aind_ephys_utils.adapters.dataframe module
      • aind_ephys_utils.metrics package
        • aind_ephys_utils.metrics.ccg module
        • aind_ephys_utils.metrics.connectivity module
        • aind_ephys_utils.metrics.latency module
      • aind_ephys_utils.ops package
        • aind_ephys_utils.ops.align module
        • aind_ephys_utils.ops.baseline module
        • aind_ephys_utils.ops.bin module
        • aind_ephys_utils.ops.normalize module
        • aind_ephys_utils.ops.pseudopop module
        • aind_ephys_utils.ops.psth module
        • aind_ephys_utils.ops.reduce module
        • aind_ephys_utils.ops.restrict module
        • aind_ephys_utils.ops.smooth module
      • aind_ephys_utils.plots package
        • aind_ephys_utils.plots.annotations module
        • aind_ephys_utils.plots.colors module
        • aind_ephys_utils.plots.psth module
        • aind_ephys_utils.plots.raster module
        • aind_ephys_utils.plots.trajectory module
      • aind_ephys_utils.standards package
        • aind_ephys_utils.standards.conventions module
        • aind_ephys_utils.standards.validate module
      • aind_ephys_utils.align module
      • aind_ephys_utils.config module
Back to top
View this page

PlottingΒΆ

Plotting helpers provide quick visualization of canonical DataArrays. They are thin wrappers around matplotlib and expect selection/filtering to be done upstream.

  • raster
    • Example
    • Notes
  • psth
    • Example
    • Notes
  • trajectory
    • Example
    • Notes
Next
raster
Previous
restrict
Made with Furo