Returns Gnuplot's standard error output in allocatable character
string bytes
. 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 settings. |
||
character(len=:), | intent(out), | allocatable | :: | bytes |
Bytes returned by Gnuplot. |