A matplotlib backend for publishing figures via display_data
Show all figures as SVG/PNG payloads sent to the IPython clients.
Parameters: | close : bool, optional
|
---|
Is called after every pylab drawing command
Send all figures that changed
This is meant to be called automatically and will call show() if, during prior code execution, there had been any calls to draw_if_interactive.
This function is meant to be used as a post_execute callback in IPython, so user-caused errors are handled with showtraceback() instead of being allowed to raise. If this function is not called from within IPython, then these exceptions will raise.