pretty printing

This commit is contained in:
Maximilian Schlosser 2017-07-12 18:17:05 +02:00
parent a719dd974c
commit 3ccbed4d3a
2 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
import matplotlib.pyplot as plt
from matplotlib import pyplot as plt
from matplotlib import colors
from matplotlib import patches
import numpy as np
@ -27,4 +27,4 @@ def create_plot(problem, solution):
labels = ["Job "+str(j) for j in range(0,problem.jobs)]
ax.legend(handles, labels)
plt.show()
plt.show()