Published
- 1 min read
python scatterplot figsize
The solution for this is noted below
python scatterplot figsize
Solution
plt.figure(figsize=(8, 8))
plt.scatter(x, y)
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
plt.figure(figsize=(8, 8))
plt.scatter(x, y)
Try other methods by searching on the site. That is if this doesn’t work