Matplotlib.pyplot


Hello how can I remove the red arrowed grid in matplotlib.pyplot?

This SO question provides two answers, the easier of which is to call .axes('off') on the corresponding plot object you got from calling subplots()

Thank you so much. I will try that.

1 Like