Skip to content

Commit

Permalink
fix: missing init in emo/StatLearning; change plotting color
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheong0428 committed Apr 4, 2021
1 parent 43b524c commit 46c018b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file.
2 changes: 1 addition & 1 deletion feat/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ def get_heat(muscle, au, log):
Returns:
color of muscle according to its au value
"""
q = sns.color_palette("Blues", 101)
q = sns.color_palette("Blues", 151)
unit = 0
aus = {
"masseter_l": 15,
Expand Down
2 changes: 1 addition & 1 deletion feat/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.6'
__version__ = '0.3.7'

0 comments on commit 46c018b

Please sign in to comment.