Esempio n. 1
0
 def make_fgplots(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     fgdata.fg2html("all")
Esempio n. 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')
Esempio n. 3
0
 def make_fgplot(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     fgdata.fg2html(framenos)
Esempio n. 4
0
 def make_fgplots(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     fgdata.fg2html('all')
Esempio n. 5
0
 def make_fgplot(plotdata):
     fgdata = setplotfg(fgno, outdir=plotdata.outdir)
     fgdata.fg2html(framenos)