XeGraphPositive Class Reference
A graph (actually XeGraph) whose all Y values are positive.
More...
#include <XeCore.h>
List of all members.
Public Member Functions |
| XeGraphPositive (string name, XeGraph *gr) |
| XeGraphPositive (string name, TGraph *gr, string xLab="", string yLab="", XeStyle *style=NULL, string legend="") |
| Constructs the object from an existing TGraph.
|
| XeGraphPositive (string name, int n, double *x, double *y, string xLab="", string yLab="", XeStyle *style=NULL, string legend="") |
Detailed Description
A graph (actually XeGraph) whose all Y values are positive.
Constructor & Destructor Documentation
XeGraphPositive::XeGraphPositive |
( |
string |
name, |
|
|
int |
n, |
|
|
double * |
x, |
|
|
double * |
y, |
|
|
string |
xLab = "" , |
|
|
string |
yLab = "" , |
|
|
XeStyle * |
style = NULL , |
|
|
string |
legend = "" | |
|
) |
| | |
- Parameters:
-
| n | number of points |
| *x | values of abcissae (omitted when correspoind y is <=0) |
| *y | values of ordinates (omitted when <=0) |
| xLab | x-labels |
| yLab | y-labels |
| style | XeStyle used for drawing the object |
| legend | Legend used in XeMultiGraph |
XeGraphPositive::XeGraphPositive |
( |
string |
name, |
|
|
TGraph * |
gr, |
|
|
string |
xLab = "" , |
|
|
string |
yLab = "" , |
|
|
XeStyle * |
style = NULL , |
|
|
string |
legend = "" | |
|
) |
| | |
Constructs the object from an existing TGraph.
- Parameters:
-
| gr | Original graph |
| xLab | x-labels |
| yLab | y-labels |
| style | XeStyle used for drawing the object |
| legend | Legend used in XeMultiGraph |
The documentation for this class was generated from the following file:
- /home/lellouch/Dropbox/Xenon/Xephyr/XeCore.h