Show a line plot and optionally apply labels before displaying it.
Parameters x : real(wp), contiguous, intent(in) X coordinates. y : real(wp), contiguous, intent(in) Y coordinates. label : character(len=), optional Legend label. title_text : character(len=), optional Figure title. xlabel_text : character(len=), optional X-axis label. ylabel_text : character(len=), optional Y-axis label. blocking : logical, optional Keep the viewer open when .true.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | contiguous | :: | x(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | y(:) | ||
| character(len=*), | intent(in), | optional | :: | label | ||
| character(len=*), | intent(in), | optional | :: | title_text | ||
| character(len=*), | intent(in), | optional | :: | xlabel_text | ||
| character(len=*), | intent(in), | optional | :: | ylabel_text | ||
| logical, | intent(in), | optional | :: | blocking |