commit | 470a8fabdd4608b5cf11a36eb17cae47abc1a0ae | [log] [tgz] |
---|---|---|
author | kdanylov aka koder <koder.mail@gmail.com> | Fri Jul 14 21:07:58 2017 +0300 |
committer | kdanylov aka koder <koder.mail@gmail.com> | Fri Jul 14 21:07:58 2017 +0300 |
tree | dcbbdf638bd5376b0d9e3932bc580d4e6f1becc2 | |
parent | 82f026de1e53a0dcca9fc96e341197449647518f [diff] [blame] |
fixes
diff --git a/wally/plot.py b/wally/plot.py index f809d19..b1ee60f 100644 --- a/wally/plot.py +++ b/wally/plot.py
@@ -121,6 +121,7 @@ # limit and label x spine pp.ax.set_xlim(extra_x_space, len(iosums) + extra_x_space) + pp.ax.set_ylim(bottom=0) pp.ax.set_xticks(xpos) pp.ax.set_xticklabels(["{0}*{1}={2}".format(iosum.qd, iosum.nodes_count, iosum.qd * iosum.nodes_count) for iosum in iosums],