Using python, I'm trying to build graphs in excel via pandas and xlsxwriter. The graphs themselves are obtained easily, but it is not clear how to do the fill. It is necessary to paint over some area of the drawing. The coordinates on the y axis are known, on the x axis the fill should be from the minimum to the maximum value. As a result, the left graph should turn out to be the right one. Using which xlsxwriter tool can this be done? Thanks! original and modified drawing
Asked
Active
Viewed 17 times