fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create_ascii_canvas
Function
20 statements
Source File
fortplot_ascii.f90
fortplot_ascii
create_ascii_canvas
Contents
public function create_ascii_canvas(width, height) result(ctx)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in),
optional
::
width
integer,
intent(in),
optional
::
height
Return Value
type(
ascii_context
)