I tried to change the color for my bar plot, and I passed the correct parameter for color = "red"
or some other color. The problem is that no matter what I changed, the bar color is always black. I don't know what's going on.
I tried to use plt.plot
and ax.plot
, but they are the same. I still can not change the color.