plot Subroutine

public subroutine plot(x, y, label, linestyle)

Add a line plot to the global figure (pyplot-fortran compatible)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:) :: x
real(kind=8), intent(in), dimension(:) :: y
character(len=*), intent(in), optional :: label
character(len=*), intent(in), optional :: linestyle