Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyLoayza authored Jun 25, 2019
1 parent 73f1a77 commit 3ace9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def tonnetz(
if log:
norm = matplotlib.colors.LogNorm(vmin=min_val_tpc, vmax=max_val_tpc)
else:
norm = matplotlib.colors.Normalize(vmin=min_val_tpc, vmax=max_val_tpc)
norm = matplotlib.colors.Normalize(vmin=0, vmax=max_val_tpc)

found = False

Expand Down

0 comments on commit 3ace9fd

Please sign in to comment.