Is there a command I can use to globally set the size of all scatter plot points, throughout my program?
You can define your own stylesheet oroverride the defaults by hand
import matplotlib as mpl
mpl.rcParams['lines.markersize'] = 10
And here are the default styles
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With