Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/figures/example02/fig01_data_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/figures/example02/fig02_lag_and_model_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions examples/paper/example02_whisker_stimulus_thalamus.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def run_example02(*, export_figures: bool = False, export_dir: Path | None = Non
ax.set_xticks(xticks)
ax.set_xticklabels([]) # No x-labels on top/middle subplots
ax.set_xlabel("")
ax.set_xlim(0, viewWindow)
ax.set_ylabel("spikes", fontsize=12, fontweight="bold", fontfamily="Arial")
ax.set_title("Neural Raster", fontweight="bold", fontsize=16, fontfamily="Arial")
ax.spines["top"].set_linewidth(1)
Expand All @@ -168,6 +169,7 @@ def run_example02(*, export_figures: bool = False, export_dir: Path | None = Non
ax.set_xticks(xticks)
ax.set_xticklabels([])
ax.set_xlabel("")
ax.set_xlim(0, viewWindow)
ax.set_ylabel("Displacement [mm]", fontsize=12, fontweight="bold", fontfamily="Arial")
ax.set_title("Stimulus - Whisker Displacement", fontweight="bold", fontsize=16, fontfamily="Arial")
for spine in ax.spines.values():
Expand Down
Binary file modified examples/paper/figures/example02/fig01_data_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading