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