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

use 'Agg' as backend. No test script should require DISPLAY to be set.

parent 7b3902d4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ Modified from https://elifesciences.org/articles/25827 , Fig4.py
"""
import sys
import os
import matplotlib
matplotlib.use( 'Agg' )
import numpy as np
import sys
import numpy as np
......
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