Returns Gnuplot's standard error output in allocatable character
string output
. The result is allocated but empty if no output to
standard error has been made.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(plot_type), | intent(inout) | :: | plot |
Plot type. |
||
character(len=:), | intent(out), | allocatable | :: | output |
Bytes returned by Gnuplot. |
|
integer(kind=i8), | intent(out), | optional | :: | n |
Bytes read. |