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