Skip to content
Snippets Groups Projects
Commit 3ee43917 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Set backend to 'Agg'.

parent 0a96ce8b
No related branches found
No related tags found
No related merge requests found
"""test_rdesigneur.py:
"""
__author__ = "Dilawar Singh"
......@@ -11,8 +10,9 @@ __status__ = "Development"
import sys
import os
import matplotlib as mpl
mpl.use('Agg')
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import numpy as np
import moose
import rdesigneur as rd
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment