__init__.py 123 B

123
  1. # Set the required backend as early as possible to avoid conflicts
  2. import matplotlib as mplt
  3. mplt.use('Cairo', force=True)