Single plot of observations.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=REPORT_FORMAT_LEN), | public | :: | format | = | PLOT_TERMINAL_NAMES(PLOT_TERMINAL_SVG) |
Plot format. |
|
character(len=SENSOR_ID_LEN), | public | :: | sensor | = | ' ' |
Sensor id. |
|
character(len=TARGET_ID_LEN), | public | :: | target | = | ' ' |
Target id. |
|
character(len=RESPONSE_NAME_LEN), | public | :: | response | = | ' ' |
Response name. |
|
character(len=RESPONSE_UNIT_LEN), | public | :: | unit | = | ' ' |
Response unit. |
|
character(len=REPORT_TITLE_LEN), | public | :: | title | = | ' ' |
Plot title. |
|
character(len=REPORT_TITLE_LEN), | public | :: | subtitle | = | ' ' |
Plot sub-title. |
|
character(len=REPORT_META_LEN), | public | :: | meta | = | ' ' |
Plot description. |
|
character(len=8), | public | :: | color | = | ' ' |
Foreground colour. |
|
integer, | public | :: | width | = | 1000 |
Plot width in pixels. |
|
integer, | public | :: | height | = | 400 |
Plot height in pixels. |