I'd like to plot 3 curves (using a dataframe) and I want them to have different hatches. Could you help me how to do that? I only found an option how to color the area under the curves (area plot). Thank you!
I tried to start based on this: How do I plot hatched bars using pandas?, but it wasn't successful. I also tried to put an argument hatch = ['/'] in the plot.area function, but it also didn't work. Thank you!