Skip to content

Commit

Permalink
bug bug bug
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l authored Feb 20, 2020
1 parent f410518 commit fe21fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyalluv/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ def __init__(
'x_lim',
(
self.x_positions[0]
- 2 * min(cluster_width),
- 2 * min(cluster_widths),
# - 2 * self.clusters[self.x_positions[0]][0].width,
self.x_positions[-1]
+ 2 * min(cluster_width),
+ 2 * min(cluster_widths),
# + 2 * self.clusters[self.x_positions[-1]][0].width,
)
)
Expand Down

0 comments on commit fe21fa6

Please sign in to comment.