fortplot_marker_paths Module

Unit marker paths, centered at the data point, in point-size units.



Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: MAX_MARKER_VERTICES = 32

Subroutines

public pure subroutine marker_vertices(style, x, y, n, closed)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: style
real(kind=wp), intent(out) :: x(:)
real(kind=wp), intent(out) :: y(:)
integer, intent(out) :: n
logical, intent(out) :: closed