Skip to content
Snippets Groups Projects
Commit 0baf403b authored by Your Name's avatar Your Name
Browse files

Fix

parent fa3d86bc
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,6 @@ for scenario in scenarios:
print(x)
largura = 0.4 # Largura das barras
print("pl_ue1 ", pl_ue1, " pl_ue2: ", pl_ue2)
# Criar as barras
plt.bar(x - largura / 2, pl_ue1, width=largura, label='UE1', color='red') # Barras para UE1
plt.bar(x + largura / 2, pl_ue2, width=largura, label='UE2', color='blue') # Barras para UE2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment