1 Pandas 2: Plotting

Hexbin plot "hexbin " 2D histogram; reveal density of cluttered scatter plots ableT 4.1: Types of plots in pandas. The plot ID is the aluev of the keyword argument kind . That is, df.plot(kind="scatter") creates a scatter plot. The default kind is "line" . The plot() method calls plt.plot() , plt.hist() , plt.scatter() , and other matplotlib ................
................