Skip to content

Commit

Permalink
Update violinplot.m
Browse files Browse the repository at this point in the history
Resolve the spacing/ formatting request
  • Loading branch information
seamusholden committed Jul 17, 2019
1 parent 03f0ed2 commit 338429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion violinplot.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
if isempty(grouporder)
cats = categorical(cats);
else
cats = categorical(cats,grouporder);
cats = categorical(cats, grouporder);
end

catnames = categories(cats);
Expand Down

0 comments on commit 338429e

Please sign in to comment.