collection.Counterで作った辞書を棒グラフでプロット[python] | VasteeLab

import collections import matplotlib.pyplot as plt l = ['a', 'b', 'b', 'b', 'c'] c = coll...