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