Skip to content
Snippets Groups Projects
Unverified Commit bad82a8c authored by Maximilian's avatar Maximilian Committed by GitHub
Browse files

Merge pull request #6 from AlexVanMeegen/remove-mpl-backend

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