matplotlib.pyplot.pylab_setup(name=None)¶return new_figure_manager, draw_if_interactive and show for pyplot
This provides the backend-specific functions that are used by pyplot to abstract away the difference between interactive backends.
| Parameters: | name : str, optional
|
|---|---|
| Returns: | backend_mod : module
new_figure_manager : function
draw_if_interactive : function
show : function
|