fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
draw_backend_line
Subroutine
7 statements
Source File
fortplot_figure_accessors.f90
fortplot_figure_accessors
draw_backend_line
Contents
public subroutine draw_backend_line(state, x1, y1, x2, y2)
Draw line using backend
Arguments
Type
Intent
Optional
Attributes
Name
type(
figure_state_t
),
intent(inout)
::
state
real(kind=wp),
intent(in)
::
x1
real(kind=wp),
intent(in)
::
y1
real(kind=wp),
intent(in)
::
x2
real(kind=wp),
intent(in)
::
y2