SNAP Library 3.0, User Reference  2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
gnuplot.h File Reference

Go to the source code of this file.

Classes

class  TGnuPlot
 
class  TGnuPlot::TGpSeries
 
class  TGnuPlot::TGpSeriesCmp
 

Enumerations

enum  TGpScaleTy {
  gpsNoAuto, gpsAuto, gpsLog, gpsLog2X,
  gpsLog2Y, gpsLog2XY, gpsLog10X, gpsLog10Y,
  gpsLog10XY
}
 
enum  TGpSeriesTy {
  gpwUndef, gpwLines, gpwPoints, gpwLinesPoints,
  gpwImpulses, gpwDots, gpwSteps, gpwFSteps,
  gpwHiSteps, gpwBoxes, gpwErrBars, gpwFilledCurves,
  gpwMax
}
 

Enumeration Type Documentation

enum TGpScaleTy
Enumerator
gpsNoAuto 
gpsAuto 
gpsLog 
gpsLog2X 
gpsLog2Y 
gpsLog2XY 
gpsLog10X 
gpsLog10Y 
gpsLog10XY 

Definition at line 6 of file gnuplot.h.

Enumerator
gpwUndef 
gpwLines 
gpwPoints 
gpwLinesPoints 
gpwImpulses 
gpwDots 
gpwSteps 
gpwFSteps 
gpwHiSteps 
gpwBoxes 
gpwErrBars 
gpwFilledCurves 
gpwMax 

Definition at line 11 of file gnuplot.h.