line(3f) - [M_pixel:DRAW] draw line between two points (LICENSE:PD)
Synopsis
Description
Options
Author
License
definition:
subroutine line(x1,y1, x2,y2 ) real,intent(in) :: x1,y1,x2,y2
Draw line between two points using current line width and color
X1,Y1 starting point for line segment X2,Y2 end point for line segment
John S. Urban
Public Domain
Nemo Release 3.1 | line (3m_pixel) | April 21, 2023 |