| Name | Type | Description |
|---|---|---|
| data | float* | y coordinates |
| deletedata | AjBool | if true, delete data |
| colour | ajint | colour code |
| title | AjPStr | graph title |
| subtitle | AjPStr | graph subtitle |
| xaxis | AjPStr | x axis title |
| yaxis | AjPStr | y axis title |
| pattern | ajint | pattern code |
| Padding | char[4] | Padding to alignment boundary |
| Name | Type | Description |
|---|---|---|
| numofsets | ajuint | number of current sets |
| numofsetsmax | ajuint | maximum number of sets |
| numofdatapoints | ajuint | number of data points |
| xmin | float | Lowest x value |
| xmax | float | Highest x value |
| displaytype | ajuint | Display type index |
| bins | ajuint | Number of histogram bins |
| BaW | AjBool | Black and white rendering if ajTrue |
| title | AjPStr | Plot title |
| subtitle | AjPStr | Plot subtitle |
| xaxis | AjPStr | x axis title |
| yaxisleft | AjPStr | y axis title |
| yaxisright | AjPStr | second y axis title for right side |
| graph | AjPGraph | Graph |
| hists | AjPHistdata* | Histogram bin data |