Skip to content

Commit

Permalink
fix: change column number
Browse files Browse the repository at this point in the history
  • Loading branch information
danfke committed Jun 3, 2022
1 parent 1658379 commit 1877030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emgdecompy/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def muap_plot(shape_dict, mu_index, l=31, page=1, count=12):
facet=alt.Facet(
"channel",
title=f"Page {page} of {last_page}",
columns=count / 2,
columns=count // 8,
header=alt.Header(titleFontSize=14, titleOrient="bottom", labelFontSize=14),
),
)
Expand Down

0 comments on commit 1877030

Please sign in to comment.