Skip to content
Snippets Groups Projects
Commit ebed3809 authored by Daniel Agar's avatar Daniel Agar
Browse files

process_logdata_ekf don't use Xwindows backend

parent 2e207801
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment