Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Jun 3, 2024
1 parent 7ae8ce7 commit 084c0b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ausankey/ausankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ def subplot(self, ii):
xx = x_lr[lr] - self.x_label_gap + (lr - 1) * self.x_node_width
for label in self.node_sizes[ii + lr]:
if label_bool or label not in self.node_sizes[ii]:
print(ii+lr,label_bool,"left")
val = self.node_sizes[ii + lr][label]
yy = self.node_pos_bot[ii][lr][label] + val / 2
self.draw_label(xx, yy, label, "right", val)
Expand Down Expand Up @@ -673,7 +672,6 @@ def subplot(self, ii):
xx = x_lr[lr] + self.x_label_gap + lr * self.x_node_width
for label in self.node_sizes[ii + lr]:
if label_bool or label not in self.node_sizes[ii]:
print(ii+lr,label_bool,"right")
val = self.node_sizes[ii + lr][label]
yy = self.node_pos_bot[ii][lr][label] + val / 2
self.draw_label(xx, yy, label, "left", val)
Expand Down

0 comments on commit 084c0b0

Please sign in to comment.