Plot data using lines and or markers
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | x | x-data for plot |
|
| real(kind=wp), | intent(in), | dimension(:) | :: | y | y-data for plot |
|
| character, | intent(in), | optional | :: | lineColor | Color of line |
|
| character, | intent(in), | optional | :: | lineStyle | Style of line; '' for no line |
|
| real(kind=wp), | intent(in), | optional | :: | lineWidth | Width of line |
|
| character, | intent(in), | optional | :: | markColor | Color of markers, if any |
|
| character, | intent(in), | optional | :: | markStyle | Style of markers; '' or absent for none |
|
| real(kind=wp), | intent(in), | optional | :: | markSize | Size of markers, if any |