fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
figure_backend_line
Subroutine
5 statements
Source File
fortplot_figure_properties_new.f90
fortplot_figure_properties_new
figure_backend_line
Contents
public subroutine figure_backend_line(state, x1, y1, x2, y2)
Draw line using backend property
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