mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
process_logdata_ekf don't use Xwindows backend
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user