mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00: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