fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create_pdf_canvas_core
Function
9 statements
Source File
fortplot_pdf_core.f90
fortplot_pdf_core
create_pdf_canvas_core
Contents
public function create_pdf_canvas_core(width, height) result(ctx)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
width
real(kind=wp),
intent(in)
::
height
Return Value
type(
pdf_context_core
)