Draw ticks in draw_exclusion_graph_coloring() for processes with zero execution time (closes #172)
Compare changes
Files
2+ 19
− 7
@@ -8,9 +8,16 @@ from matplotlib.ticker import MaxNLocator
@@ -92,7 +99,7 @@ class ProcessCollection:
@@ -130,7 +137,7 @@ class ProcessCollection:
@@ -146,7 +153,7 @@ class ProcessCollection:
@@ -157,12 +164,17 @@ class ProcessCollection: