Skip to content

Commit

Permalink
AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed May 8, 2021
1 parent e4a8ac3 commit 0580041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eelbrain/plot/_colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def __init__(
bottom = n - i - 1
y = bottom + 0.5
if shape == 'box':
patch = matplotlib.patches.Rectangle((0, bottom), 1, 1, ec='none', zorder=1, **styles[cell].patch_args)
patch = matplotlib.patches.Rectangle((0, bottom), 1, 1, ec='none', **styles[cell].patch_args)
ax.add_patch(patch)
elif shape == 'line':
ax.plot([0, 1], [y, y], **styles[cell].line_args)
Expand Down

0 comments on commit 0580041

Please sign in to comment.