Skip to content

Commit

Permalink
Make masks=false default when plotting paper stims
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Jun 15, 2022
1 parent fceaa47 commit a8b4433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stimuli/papers/RHS2007.py
Expand Up @@ -668,4 +668,4 @@ def bullseye_thick(ppd=PPD):
except NotImplementedError:
print("-- not implemented")

plot_stimuli(stims)
plot_stimuli(stims, mask=False)
2 changes: 1 addition & 1 deletion stimuli/papers/domijan2015.py
Expand Up @@ -230,4 +230,4 @@ def checkerboard_extended(ppd=PPD):
except NotImplementedError:
print("-- not implemented")

plot_stimuli(stims)
plot_stimuli(stims, mask=False)

0 comments on commit a8b4433

Please sign in to comment.