| Name | Type | Description |
|---|---|---|
| type | Object type in AjEGraphObjectTypes | |
| colour | See AjEGraphColour for plplot colours | |
| text | Text to plot | |
| xx1 | x start | |
| xx2 | x end | |
| yy1 | y start | |
| yy2 | y end | |
| next | link to next object in the list | |
| scale | scale for text (0.0 to use the default) | |
| Padding | Padding to alignment boundary |
| Name | Type | Description |
|---|---|---|
| x | x coordinates | |
| y | y coordinates | |
| xcalc | if x calculated then delete after | |
| ycalc | as with x. So we do not delete data if it was passed as a ptr | |
| numofpoints | Number of points in x and y | |
| numofobjects | Number of graph objects starting at Obj | |
| minX | Lowest x value | |
| maxX | Highest x value | |
| minY | Lowest y value | |
| maxY | Highest y value | |
| tminX | First x value to plot | |
| tmaxX | Last x value to plot | |
| tminY | First y value to plot | |
| tmaxY | Last y value to plot | |
| title | Plot title | |
| subtitle | Plot subtitle | |
| xaxis | Plot x axis title | |
| yaxis | Plot y axis title | |
| gtype | Graph type: 2D, Tick etc | |
| colour | See AjEGraphColour for plplot colours | |
| lineType | Line type for plplot | |
| Obj | First graph object - links to rest |
| Name | Type | Description |
|---|---|---|
| numofgraphs | Number of graphs in graphs | |
| numofobjects | Number of objects in Obj | |
| numofgraphsmax | Maximum number of graphs expected | |
| flags | over rides the EmbGraphData flags | |
| minX | Lowest x value for all graphs | |
| maxX | Highest x value for all graphs | |
| minY | Lowest y value for all graphs | |
| maxY | Highest y value for all graphs | |
| xstart | First x value to plot | |
| xend | Last x value to plot | |
| ystart | First y value to plot | |
| yend | Last y value to plot | |
| ready | Set by plplot device init | |
| minmaxcalc | Set true when (xy)start/end are set | |
| windowset | Set true when (xy) window coordinates are set | |
| isdata | True for a data type graph | |
| desc | Plot description, used to set default title | |
| title | Plot title | |
| subtitle | Plot subtitle | |
| xaxis | Plot x axis title | |
| yaxis | Plot y axis title | |
| outputfile | Output filename | |
| graphs | XY Data to plot for Graph(s) | |
| Obj | Objects to plot for single graph | |
| displaytype | Displaytype index to graphType | |
| Padding | Padding to alignment boundary |
| Name | Type | Description |
|---|---|---|
| plplot | PlPlot graph object | |
| xml | XML graph object | |
| numsets | Number of sets in a multiple graph | |
| Padding | Padding to alignment boundary |