Víc desetinných míst = víc profi…

master
LEdoian 2 years ago
parent 88a84ff647
commit 9ddd388e0a

@ -103,7 +103,7 @@ def plot(ts, kand):
'NEVOLILI': '#666666', 'NEVOLILI': '#666666',
'NEZAPOČÍTANÉ': '#CCCCCC', 'NEZAPOČÍTANÉ': '#CCCCCC',
} }
plt.pie(x, labels=labels, colors=[colors[i] for i in order], autopct='%d %%') plt.pie(x, labels=labels, colors=[colors[i] for i in order], autopct='%1.3f %%')
plt.text(0, -1.2, label, ha='center') plt.text(0, -1.2, label, ha='center')
def visu_once(): def visu_once():

Loading…
Cancel
Save