Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/p/e/PEATDB-2.3/PEATDB/web.py PEATDB(Download)
E = DB[protein][col] EW = EkinWeb() EW.showEkinPlots(project=E, datasets='ALL', path=self.plotsdir, imgpath=self.imagepath) print '</table>'
EW = EkinWeb() EW.showEkinPlots(ekindata, 'ALL', path=self.plotsdir, imgpath=self.imagepath, plotoption=plotoption, normalise=norm, legend=legend,
src/p/e/PEATDB-2.3/PEATDB/plugins/KineticsAnalysis.py PEATDB(Download)
if not os.path.exists(os.path.join(path, 'plots')): os.mkdir(os.path.join(path, 'plots')) ew.showEkinPlots(project=os.path.join(path, filename+'.ekinprj'), outfile=os.path.join(path, filename+'plots.html'), imgpath=os.path.join(path, 'plots/'),
src/p/e/PEATDB-2.3/PEATDB/Ekin/Fitting.py PEATDB(Download)
from PEATDB.Ekin.Web import EkinWeb ew = EkinWeb() ew.showEkinPlots(ekindata=estdata, outfile='est_exp_err.html', columns=3, normalise=False, showfitvars=True, imgpath='.')