티스토리 뷰

import numpy as np
import pandas as pd
import matplotlib.pyplot as plt

%config InlineBackend.figure_format='retina'

dict_a = {'a': 1, 'b': 2, 'c': 3}
srs_a = pd.Series(dict_a)
srs_a.plot(kind='bar')
plt.show()

최근에 올라온 글
글 보관함
Total
Today
Yesterday