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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -