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