- fix: bug in views(billing_personal) and plot (min width)

This commit is contained in:
Bernhard Stampfer
2016-04-10 20:44:20 +02:00
parent 0afba6bcd6
commit 99257f87ee
3 changed files with 7 additions and 2 deletions

View File

@@ -161,6 +161,7 @@ def plot_list(duration):
#limits
plt.ylim(-0.5, len(names)-0.5)
plt.xlim(0)
plt.gca().set_xlim(right=30)
#legend = auto
ax.legend(loc=0)