Skip to content

Commit

Permalink
damn forgot about single row case, no ylabel possible there
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger committed Sep 11, 2023
1 parent 501d1aa commit 7d04af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eeg-series.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function eeg_topoplot_series!(fig, data::DataFrame,
ax.xlabel = string(df_single.time[1])
ax.xlabelvisible = true
end
if c == 1 && row_labels
if c == 1 && length(select_row)>1 && row_labels
#@show df_single
ax.ylabel = string(df_single.row[1])
ax.ylabelvisible = true
Expand Down

0 comments on commit 7d04af1

Please sign in to comment.