python - How to display a matplotlib figure object -
I am working with a matplotlib-based routine that gives a figure and, as separate objects , Is there a way in which the axes are in it, that I can display these things and edit them (annotated, some font size changes, things like that)? "Fig. (Show)" does not work, just gives an error Thanks.
A canvas is required to attract figures.
Try fig.draw ()
Comments
Post a Comment