I come from a Matlab background, which is an inspiration for matplotlib
(or so I understand, rightly or wrongly).
I was surprised to find that similar options for the different plots use different option names. For example, pyplot.plot
uses markerfacecolor
while pyplot.scatter
uses facecolor
.
In Matlab, such options are common across plots. I’m wondering how the differences arose in matplotlib.pyplot
. Are the different plots developed by different groups?