don't complain if ssh without -X/-Y
This commit is contained in:
parent
333e840b09
commit
fa7f7e6fa4
|
@ -3,6 +3,8 @@ import functools
|
|||
|
||||
import numpy as np
|
||||
import matplotlib as mpl
|
||||
if os.name == 'posix' and 'DISPLAY' not in os.environ:
|
||||
mpl.use('Agg')
|
||||
import matplotlib.pyplot as plt
|
||||
from matplotlib import cm
|
||||
|
||||
|
|
Loading…
Reference in New Issue