Fixes to config extraction

This commit is contained in:
David Harris 2023-10-31 06:27:55 -07:00
parent 5112bfed19
commit dccd7bf5ee
2 changed files with 3 additions and 3 deletions

View file

@ -152,7 +152,6 @@ def areaDelay(tech, delays, areas, labels, fig, ax, norm=False):
if (len(labels) > 0):
texts = [plt.text(delays[i], areas[i], labels[i], ha='center', va='center') for i in range(len(labels))]
print ("Calling adjust_text with labels " + str(len(labels)) +" ***"+ str(texts) + "***")
adjust_text(texts)
return fig