Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yalayoubi committed Jul 2, 2024
1 parent 681dec0 commit 618fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpro/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def plot(self,
ax.plot([x1, x1, x2, x2], [y, y + h, y + h, y], lw=line_width, c=col)
ax.text((x1 + x2) * 0.5, y + h, p_value, ha='center', va='bottom', color=col)
for x in labels_idx:
ax.plot([x1, x1, x, x], [y, y+h, y+h, y], lw=line_width, c=col)
ax.plot([x1, x1, x, x], [y, y + h, y + h, y], lw=line_width, c=col)

# If stripplot and simulated, adjust y limit to be the same for both axes (original and simulated data)
if ax2 is not None:
Expand Down

0 comments on commit 618fd89

Please sign in to comment.