To remove frame in figure, I write
frameon=False
works perfect with pyplot.figure
, but with matplotlib.Figure
it only removes the gray background, the frame stays . Also, I only want the lines to show, and all the rest of figure be transparent.
with pyplot I can do what I want, I want to do it with matplotlib for some long reason I ‘d rather not mention to extend my question.