Changeset 504 for configs


Ignore:
Timestamp:
12/08/16 11:35:54 (7 years ago)
Author:
dubos
Message:

configs/testing : towards first working version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configs/testing/python/common.py

    r502 r504  
    11import numpy as np 
    22import netCDF4 as cdf 
     3# select non-interactive backend, cf http://stackoverflow.com/questions/4931376/generating-matplotlib-graphs-without-a-running-x-server 
     4import matplotlib 
     5matplotlib.use('Agg')  
    36import matplotlib.pyplot as plt 
    47 
Note: See TracChangeset for help on using the changeset viewer.