process_logdata_ekf don't use Xwindows backend

This commit is contained in:
Daniel Agar
2018-02-01 23:51:48 -05:00
parent 2e207801d8
commit ebed380998

View File

@@ -4,6 +4,11 @@ from __future__ import print_function
import argparse
import os
# matplotlib don't use Xwindows backend (must be before pyplot import)
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import numpy as np