errorbar_demo Program

Example demonstrating error bar plotting capabilities Shows symmetric/asymmetric error bars, customization, and integration


Variables

Type Attributes Name Initial
type(figure_t) :: fig
real(kind=wp) :: x(10)
real(kind=wp) :: y(10)
real(kind=wp) :: yerr(10)
real(kind=wp) :: xerr(10)
real(kind=wp) :: yerr_lower(5)
real(kind=wp) :: yerr_upper(5)
integer :: i
integer :: save_status