Skip to content

Commit

Permalink
parent e591583
Browse files Browse the repository at this point in the history
author Camilo Diaz <[email protected]> 1713209326 -0400
committer Camilo Diaz <[email protected]> 1713212306 -0400

MAINT: Adding Dipole-Spikes plot

docs: Removed ipywidgets version and added note pointing to GUI installation section.

MAINT: Fixed flake8 errors in test_gui.py
  • Loading branch information
kmilo9999 committed Apr 15, 2024
1 parent e591583 commit 4d0d4a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hnn_core/gui/_viz_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
"mosaic": "00\n11",
"ax_plots": [("ax0", "current dipole"), ("ax1", "spectrogram")]
},
"Dipole-Spikes (2x1)": {
"kwargs": {
"gridspec_kw": {"height_ratios": [1, 1]}
},
"mosaic": "00\n11",
"ax_plots": [("ax0", "current dipole"), ("ax1", "spikes")]
},
"Drive-Dipole-Spectrogram (3x1)": {
"kwargs": {
"gridspec_kw": {"height_ratios": [1, 1, 2]}
Expand Down
1 change: 1 addition & 0 deletions hnn_core/tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def test_gui_add_data_dependent_figure():
('Dipole Layers (3x1)', 3),
('Drive-Spikes (2x1)', 2),
('Dipole-Spectrogram (2x1)', 2),
("Dipole-Spikes (2x1)", 2),
('Drive-Dipole-Spectrogram (3x1)', 3),
('PSD Layers (3x1)', 3)]

Expand Down

0 comments on commit 4d0d4a6

Please sign in to comment.