import matplotlib.pyplot as plt plt.plot(x, y, color='black', linestyle = 'none', marker='o', markerfacecolor=(swatch.r/255.0,swatch.g/255.0,swatch.b/255.0), markersize=12)