core_hlines Subroutine

public subroutine core_hlines(plots, state, plot_count, y, xmin, xmax, colors, linestyles, linewidth, label)

Draw horizontal lines at each y position from xmin to xmax

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(inout), allocatable :: plots(:)
type(figure_state_t), intent(inout) :: state
integer, intent(inout) :: plot_count
real(kind=wp), intent(in) :: y(:)
real(kind=wp), intent(in) :: xmin
real(kind=wp), intent(in) :: xmax
character(len=*), intent(in), optional :: colors
character(len=*), intent(in), optional :: linestyles
real(kind=wp), intent(in), optional :: linewidth
character(len=*), intent(in), optional :: label