示例#1
0
 def make_fgplots(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     fgdata.fg2html("all")
示例#2
0
 def make_fgplots(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     # See the setplotfg function for setting up fixed grid plots
     fgdata.fg2html(framenos='all')
示例#3
0
 def make_fgplot(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     fgdata.fg2html(framenos)
示例#4
0
 def make_fgplots(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     fgdata.fg2html('all')
示例#5
0
 def make_fgplot(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     fgdata.fg2html(framenos)