可以使用DataFrame.plot.scatter()方法创建气泡图。 import matplotlib.pyplot as plt import numpy as np # create data x = np.random.rand(40) y ...
確定! 回上一頁