# `cogpy.plot` Visualization components for neural signal exploration. Interactive HoloViews/Panel components live under `plot.hv`; static matplotlib/plotly helpers are in the top-level submodules. ## Submodules ```{eval-rst} .. autosummary:: :recursive: cogpy.plot.hv cogpy.plot.decomposition cogpy.plot.specgram_plot cogpy.plot.time_plot ``` ```{eval-rst} .. automodule:: cogpy.plot :members: :undoc-members: :show-inheritance: :noindex: ```