fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
backend_line_figure
Subroutine
5 statements
Source File
fortplot_figure_core_io_compat.f90
fortplot_figure_core_compat
backend_line_figure
Contents
public subroutine backend_line_figure(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