mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Fixes to config extraction
This commit is contained in:
parent
5112bfed19
commit
dccd7bf5ee
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue