Skip to content
Snippets Groups Projects
Commit dfa1edd3 authored by Alexander van Meegen's avatar Alexander van Meegen
Browse files

Remove fixed matplotlib backend

parent f5878f96
No related branches found
No related tags found
1 merge request!6Remove fixed matplotlib backend
import matplotlib as mp
import matplotlib.pylab as pl
import numpy as np
mp.use('GTKAgg')
class panel_factory():
......
import matplotlib as mp
import numpy as np
mp.use('GTKAgg')
import pylab as pl
......
import matplotlib as mp
import numpy as np
mp.use('GTKAgg')
import pylab as pl
......
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