I am working with a matplotlib-based routine that returns a figure and, as separate objects, the axes that it contains. Is there any way, that I can display these things and edit them (annotate, change some font sizes, things like that)? "fig.show()" doesn't work, just returns an error. Thanks.
Asked
Active
Viewed 1,496 times
2
-
3Are you using an interactive backend? If you have the objects you can use the full OO interface on them. – tacaswell Jan 22 '15 at 16:01
-
Can you show us your code and the error? – plonser Jan 23 '15 at 09:15