pretty printing
This commit is contained in:
parent
a719dd974c
commit
3ccbed4d3a
2 changed files with 8 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue