Returns number of bytes read from Gnuplot, and plot data in n. The
output is an empty string of length 1 if no bytes have been returned.
| 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. |