|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|

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 } |
| enum TGpScaleTy |
| Enumerator | |
|---|---|
| gpsNoAuto | |
| gpsAuto | |
| gpsLog | |
| gpsLog2X | |
| gpsLog2Y | |
| gpsLog2XY | |
| gpsLog10X | |
| gpsLog10Y | |
| gpsLog10XY | |
Definition at line 6 of file gnuplot.h.
| enum TGpSeriesTy |
| Enumerator | |
|---|---|
| gpwUndef | |
| gpwLines | |
| gpwPoints | |
| gpwLinesPoints | |
| gpwImpulses | |
| gpwDots | |
| gpwSteps | |
| gpwFSteps | |
| gpwHiSteps | |
| gpwBoxes | |
| gpwErrBars | |
| gpwFilledCurves | |
| gpwMax | |
Definition at line 11 of file gnuplot.h.