Screen Link: Learn data science with Python and R projects
My Code:
for ax in axes:
ax.axhline(y=1600, xmin=0.5, xmax=0.8, linewidth=6, color='#af0ble', alpha=0.1)
plt.show()
What I expected to happen: I expected the output to have a graph
What actually happened:
ValueError: Invalid RGBA argument: '#af0ble'
my code matches with the answer that is provided. however when I run my code it errors out.