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