fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create_pdf_canvas
Interface
146 statements
Source File
fortplot_pdf.f90
fortplot_pdf
create_pdf_canvas
Contents
None
interface
public module 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
)