Skip to content

Commit df2e438

Browse files
committed
Added tkinter note
1 parent 64bdf53 commit df2e438

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ev_counts.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@
4747
plt.bar(sorted(list(counts.keys())), values,
4848
tick_label=sorted(list(counts.keys())))
4949
plt.show()
50+
51+
# HUOM.! Jos saat ilmoituksen "serWarning: Matplotlib is
52+
# currently using agg, which is a non-GUI backend, so
53+
# cannot show the figure.", niin ratkaisu on
54+
# asentaa Tkinter: `sudo apt-get install python3-tk`
55+
56+
57+
58+
59+
60+

0 commit comments

Comments
 (0)