SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
python.utils.statsfile2gnuplot Namespace Reference

Functions

 keyFun (x)
 Helper function to sorts data by x1.
 

Variables

 action
 
 args
 
 choices
 
 data = sys.stdin.readlines()
 
 default
 
 dest
 
 f = open(args[0], 'r')
 
 help
 
 i = options.ignore
 
int j = 0
 
 key
 
 keyFun
 
 line = line.strip()
 
 metavar
 
 options
 
 parser = optparse.OptionParser()
 
 reverse
 
str s
 
int tt = 1
 
 type
 

Function Documentation

◆ keyFun()

python.utils.statsfile2gnuplot.keyFun (   x)

Helper function to sorts data by x1.

Parameters
xthe data string
Returns
x1 as float

Variable Documentation

◆ action

python.utils.statsfile2gnuplot.action

◆ args

python.utils.statsfile2gnuplot.args

◆ choices

python.utils.statsfile2gnuplot.choices

◆ data

python.utils.statsfile2gnuplot.data = sys.stdin.readlines()

◆ default

python.utils.statsfile2gnuplot.default

◆ dest

python.utils.statsfile2gnuplot.dest

◆ f

python.utils.statsfile2gnuplot.f = open(args[0], 'r')

◆ help

python.utils.statsfile2gnuplot.help

◆ i

python.utils.statsfile2gnuplot.i = options.ignore

◆ j

int python.utils.statsfile2gnuplot.j = 0

◆ key

python.utils.statsfile2gnuplot.key

◆ keyFun

python.utils.statsfile2gnuplot.keyFun

◆ line

python.utils.statsfile2gnuplot.line = line.strip()

◆ metavar

python.utils.statsfile2gnuplot.metavar

◆ options

python.utils.statsfile2gnuplot.options

◆ parser

python.utils.statsfile2gnuplot.parser = optparse.OptionParser()

◆ reverse

python.utils.statsfile2gnuplot.reverse

◆ s

str python.utils.statsfile2gnuplot.s
Initial value:
1= '''#set terminal wxt
2#set output "bla.png"
3set pm3d implicit at s
4set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
5set style data lines
6set contour base
7set logscale x
8#splot "bupagross.dat" with lines #, "ripley_data.dat" with points
9splot "-" with lines
10'''

◆ tt

int python.utils.statsfile2gnuplot.tt = 1

◆ type

python.utils.statsfile2gnuplot.type