fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ascii_get_output
Function
19 statements
Source File
fortplot_ascii_rendering.f90
fortplot_ascii_rendering
ascii_get_output
Contents
public function ascii_get_output(canvas, width, height) result(output)
Get the complete ASCII canvas as a string
Arguments
Type
Intent
Optional
Attributes
Name
character(len=1),
intent(in)
::
canvas
(:,:)
integer,
intent(in)
::
width
integer,
intent(in)
::
height
Return Value
character(len=:), allocatable