line_styles Program

Uses

Comprehensive demonstration of line styles in fortplot

This example shows all available line styles: - Solid lines (-) - Dashed lines (--) - Dotted lines (:) - Dash-dot lines (-.) - No line (None)


Variables

Type Attributes Name Initial
real(kind=wp), dimension(50) :: x
real(kind=wp), dimension(50) :: y1
real(kind=wp), dimension(50) :: y2
real(kind=wp), dimension(50) :: y3
real(kind=wp), dimension(50) :: y4
real(kind=wp), dimension(50) :: y5
real(kind=wp), dimension(50) :: y6
integer :: i