matplotlib.pyplot.switch_backend#
- matplotlib.pyplot.switch_backend(newbackend)[source]#
Set the pyplot backend.
Switching to an interactive backend is possible only if no event loop foranother interactive backend has started. Switching to and fromnon-interactive backends is always possible.
- Parameters:
- newbackendstr
The case-insensitive name of the backend to use.
On this page