diff --git a/plots/matplotlib/scatter/scatter-basic/default.py b/plots/matplotlib/scatter/scatter-basic/default.py index 5efb7e95ae..4ebd54f8dc 100644 --- a/plots/matplotlib/scatter/scatter-basic/default.py +++ b/plots/matplotlib/scatter/scatter-basic/default.py @@ -14,7 +14,7 @@ # Create plot fig, ax = plt.subplots(figsize=(16, 9)) -ax.scatter(x, y, alpha=0.7, s=50, color="#306998") +ax.scatter(x, y, alpha=0.7, s=80, color="#306998") # Labels and styling ax.set_xlabel("X Value", fontsize=20)