plot color matlab code example
Example 1: change plot line color in matplotlib
plot(x, y, color='green', linestyle='dashed', marker='o',
markerfacecolor='blue', markersize=12).
Example 2: figure bachground matlab color
set(gcf,'color','w');
Example 3: plot background color matlab
set (gca, 'Color' , 'k' )