Page History
...
Code Block |
---|
import matplotlib matplotlib.use('Qt4Agg') import matplotlib.pyplot as plt |
Check and set backend
Code Block |
---|
import matplotlib
if matplotlib.get_backend() != 'Qt4Agg' :
matplotlib.use('Qt4Agg')
|
Get the current matplotlib figure window position on monitor
...
Overview
Content Tools