def make_fgplots(plotdata): fgdata = setplotfg(fgno, outdir=plotdata.outdir) fgdata.fg2html("all")
def make_fgplots(plotdata): fgdata = setplotfg(fgno, outdir=plotdata.outdir) # See the setplotfg function for setting up fixed grid plots fgdata.fg2html(framenos='all')
def make_fgplot(plotdata): fgdata = setplotfg(fgno, outdir=plotdata.outdir) fgdata.fg2html(framenos)
def make_fgplots(plotdata): fgdata = setplotfg(fgno, outdir=plotdata.outdir) fgdata.fg2html('all')