2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-28 13:58:16 +00:00

Merge pull request #21 from vmaneagit/patch-23

Update stats
This commit is contained in:
Jarrod Johnson
2021-03-17 10:24:41 -04:00
committed by GitHub

View File

@@ -37,6 +37,8 @@ except ImportError:
def plot(gui, output, plotdata, bins):
import matplotlib as mpl
if gui and mpl.get_backend() == 'agg':
sys.stderr.write('Error: No GUI backend available and -g specified!\n')
if not gui:
mpl.use('Agg')
import matplotlib.pyplot as plt