Pandas can do many types of plots. For example, a dot plot can be constructed like so: small_dataset.Author_Count.plot(style='o'). The o means a dot.
確定! 回上一頁