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

Merge remote-tracking branch 'upstream/master'

parents dd0e07e5 bad82a8c
No related branches found
No related tags found
1 merge request!7Make cases consistent in framework_sketch
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