Skip to content

Commit

Permalink
Fix typo in plotting demo
Browse files Browse the repository at this point in the history
  • Loading branch information
caiw committed Nov 3, 2023
1 parent 2cbf86c commit c113a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
flipped_rh_file=Path(sample_data_dir,
"ins_loudness-flipped_rh_10242verts_-200-800ms_cuttoff1000_5perms_ttestpval.mat"),
)
expression_plot(expression_data, include_functions=["hornschunck_horizontalVelocity"])
expression_plot(expression_data, show_only=["hornschunck_horizontalVelocity"])

0 comments on commit c113a92

Please sign in to comment.