- Matplotlib 3.0 Cookbook
- Srinivasa Rao Poladi
- 45字
- 2021-08-13 15:15:51
Bubble plot
A bubble plot is drawn using the same plt.scatter() method. It is a manifestation of the scatter plot, where each point on the graph is shown as a bubble. Each of these bubbles can be displayed with a different color, size, and appearance.