Skip to content

Commit

Permalink
consistent diagonal
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Mar 7, 2024
1 parent 1ab5407 commit 9a57567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anesthetic/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _position_frame(index, columns, lower, diagonal, upper):
if upper:
position.loc[y, x] = +1
elif diagonal:
position.loc[x, y] = 0
position.loc[y, x] = 0
return position

@classmethod
Expand Down

0 comments on commit 9a57567

Please sign in to comment.