SNAP Library 2.0, User Reference  2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TGnuPlot Member List
This is the complete list of members for TGnuPlot, including all inherited members.
AddCmd(const TStr &Cmd)TGnuPlot [inline]
AddErrBar(const TFltTrV &XYDValV, const TStr &Label=TStr())TGnuPlot
AddErrBar(const TFltTrV &XYDValV, const TStr &DatLabel, const TStr &ErrLabel)TGnuPlot
AddErrBar(const TFltV &YValV, const TFltV &DeltaYV, const TStr &Label=TStr())TGnuPlot
AddErrBar(const TFltV &XValV, const TFltV &YValV, const TFltV &DeltaYV, const TStr &Label=TStr())TGnuPlot
AddErrBar(const TFltPrV &XYValV, const TFltV &DeltaYV, const TStr &Label=TStr())TGnuPlot
AddErrBar(const TFltKdV &XYValV, const TFltV &DeltaYV, const TStr &Label=TStr())TGnuPlot
AddErrBar(const TFltPrV &XYValV, const TFltV &DeltaYV, const TStr &DatLabel, const TStr &ErrLabel)TGnuPlot
AddExpFit(const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const double &FitXOffset=0.0, const TStr &Style=TStr())TGnuPlot
AddFunc(const TStr &FuncStr, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddLinFit(const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const TStr &Style=TStr())TGnuPlot
AddLogFit(const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const TStr &Style=TStr())TGnuPlot
AddPlot(const TIntV &YValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TFltV &YValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TFltV &XValV, const TFltV &YValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TIntPrV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TFltPrV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TIntKdV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TFltKdV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TIntFltKdV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TIntFltPrV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TStr &DataFNm, const int &ColY, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const TStr &DataFNm, const int &ColX, const int &ColY, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr())TGnuPlot
AddPlot(const THash< TKey, TDat, THashFunc > &XYValH, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr(), const bool &ExpBucket=false)TGnuPlot
AddPlot(const THash< TKey, TMom, THashFunc > &ValMomH, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr(), bool PlotAvg=true, bool PlotMed=true, bool PlotMin=false, bool PlotMax=false, bool PlotSDev=false, bool PlotStdErr=false, const bool &ExpBucket=false)TGnuPlot
AddPwrFit(const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const TStr &Style=TStr())TGnuPlot
AddPwrFit1(const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const TStr &Style=TStr())TGnuPlot
AddPwrFit2(const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const double &MinX=-1.0, const TStr &Style=TStr())TGnuPlot
AddPwrFit3(const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const double &MinX=-1.0, const TStr &Style=TStr())TGnuPlot
AddPwrFit3(const int &PlotId, const TGpSeriesTy &SeriesTy, const double &MinX, const TStr &Style, double &Intercept, double &Slope, double &R2)TGnuPlot
CreatePlotFile(const TStr &Comment=TStr())TGnuPlot
DataFNmTGnuPlot [private]
DefDataFNmTGnuPlot [static]
DefPlotFNmTGnuPlot [static]
GetLineStyle(const int &PlotId) const TGnuPlot [inline]
GetScaleStr(const TGpScaleTy &ScaleTy)TGnuPlot [static]
GetSeriesPlotStr(const int &PlotN)TGnuPlot
GetSeriesTyStr(const TGpSeriesTy &SeriesTy)TGnuPlot [static]
GetTics42()TGnuPlot [private, static]
IsSameXCol(const int &CurId, const int &PrevId) const TGnuPlot
LblXTGnuPlot [private]
LblYTGnuPlot [private]
LoadTs(const TStr &FNm, TStrV &ColNmV, TVec< TFltKdV > &ColV)TGnuPlot [static]
MakeExpBins(const TFltPrV &XYValV, TFltPrV &ExpXYValV, const double &BinFactor=2, const double &MinYVal=1)TGnuPlot [static]
MakeExpBins(const TFltKdV &XYValV, TFltKdV &ExpXYValV, const double &BinFactor=2, const double &MinYVal=1)TGnuPlot [static]
MoreCmdsTGnuPlot [private]
operator=(const TGnuPlot &GnuPlot)TGnuPlot
Pause(const bool &DoPause)TGnuPlot [inline]
Plot(const TStr &Comment=TStr())TGnuPlot [inline]
PlotFNmTGnuPlot [private]
PlotValCntH(const THash< TKey, TVal, THashFunc > &ValCntH, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const bool &PlotNCDF=false, const bool &ExpBucket=false)TGnuPlot [static]
PlotValCntH(const THash< TKey, TVal, THashFunc > &ValCntH1, const TStr &Label1, const THash< TKey, TVal, THashFunc > &ValCntH2, const TStr &Label2, const TStr &OutFNmPref, const TStr &Desc, const TStr &XLabel, const TStr &YLabel, const TGpScaleTy &ScaleTy=gpsAuto, const TGpSeriesTy &SeriesTy=gpwLinesPoints)TGnuPlot [static]
PlotValCntH(const THash< TKey, TVal, THashFunc > &ValCntH1, const TStr &Label1, const THash< TKey, TVal, THashFunc > &ValCntH2, const TStr &Label2, const THash< TKey, TVal, THashFunc > &ValCntH3, const TStr &Label3, const TStr &OutFNmPref, const TStr &Desc, const TStr &XLabel, const TStr &YLabel, const TGpScaleTy &ScaleTy=gpsAuto, const TGpSeriesTy &SeriesTy=gpwLinesPoints)TGnuPlot [static]
PlotValMomH(const THash< TVal1, TMom > &ValMomH, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const TGpSeriesTy &SeriesTy=gpwLinesPoints, bool PlotAvg=true, bool PlotMed=true, bool PlotMin=false, bool PlotMax=false, bool PlotSDev=false, bool PlotStdErr=true, bool PlotScatter=false)TGnuPlot [static]
PlotValV(const TVec< TPair< TVal1, TVal2 > > &ValV, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints)TGnuPlot [static]
PlotValV(const TVec< TPair< TVal1, TVal2 > > &ValV1, const TStr &Name1, const TVec< TPair< TVal1, TVal2 > > &ValV2, const TStr &Name2, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints)TGnuPlot [static]
PlotValV(const TVec< TVal1 > &ValV, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints)TGnuPlot [static]
RunGnuPlot() const TGnuPlot
SaveEps(const int &FontSz=30, const TStr &Comment=TStr())TGnuPlot [inline]
SaveEps(const TStr &FNm, const int &FontSz=30, const TStr &Comment=TStr())TGnuPlot
SavePng(const int &SizeX=1000, const int &SizeY=800, const TStr &Comment=TStr())TGnuPlot [inline]
SavePng(const TStr &FNm, const int &SizeX=1000, const int &SizeY=800, const TStr &Comment=TStr(), const TStr &Terminal=TStr())TGnuPlot
SaveTs(const TIntKdV &KdV, const TStr &FNm, const TStr &HeadLn=TStr())TGnuPlot [static]
SaveTs(const TIntFltKdV &KdV, const TStr &FNm, const TStr &HeadLn=TStr())TGnuPlot [static]
SaveTs(const TVec< TPair< TVal1, TVal2 > > &ValV, const TStr &FNm, const TStr &HeadLn=TStr())TGnuPlot [static]
SaveTs(const TVec< TTriple< TVal1, TVal2, TVal3 > > &ValV, const TStr &FNm, const TStr &HeadLn=TStr())TGnuPlot [static]
SaveTs(const TVec< TTuple< TVal, Vals > > &ValV, const TStr &FNm, const TStr &HeadLn=TStr())TGnuPlot [static]
ScaleTyTGnuPlot [private]
SeriesVTGnuPlot [private]
SetDataPlotFNm(const TStr &DatFNm, const TStr &PltFNm)TGnuPlot [inline]
SetGridTGnuPlot [private]
SetLineStyle(const int &PlotId, const TStr &StyleStr)TGnuPlot [inline]
SetPauseTGnuPlot [private]
SetScale(const TGpScaleTy &GpScaleTy)TGnuPlot [inline]
SetTitle(const TStr &PlotTitle)TGnuPlot [inline]
SetXLabel(const TStr &XLabel)TGnuPlot [inline]
SetXRange(const double &Min, const double &Max)TGnuPlot [inline]
SetXYLabel(const TStr &XLabel, const TStr &YLabel)TGnuPlot [inline]
SetYLabel(const TStr &YLabel)TGnuPlot [inline]
SetYRange(const double &Min, const double &Max)TGnuPlot [inline]
ShowGrid(const bool &Show)TGnuPlot [inline]
Test()TGnuPlot [static]
TGnuPlot(const TStr &FileNm="gplot", const TStr &PlotTitle=TStr(), const bool &Grid=true)TGnuPlot
TGnuPlot(const TStr &DataFileNm, const TStr &PlotFileNm, const TStr &PlotTitle, const bool &Grid)TGnuPlot
TGnuPlot(const TGnuPlot &GnuPlot)TGnuPlot
Tics42TGnuPlot [private, static]
TitleTGnuPlot [private]
XRangeTGnuPlot [private]
YRangeTGnuPlot [private]