errorbar Subroutine

public subroutine errorbar(x, y, xerr, yerr, lineColor, lineStyle, lineWidth)

Plot error bars for a set of data points

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in), dimension(:):: x

x-data for plot

real(kind=wp), intent(in), dimension(:):: y

y-data for plot

real(kind=wp), intent(in), optional dimension(:):: xerr

x-data error for plot

real(kind=wp), intent(in), optional dimension(:):: yerr

y-data error for plot

character, intent(in), optional :: lineColor

Color of line

character, intent(in), optional :: lineStyle

Style of line; '' for no line

real(kind=wp), intent(in), optional :: lineWidth

Width of line


Calls

proc~~errorbar~~CallsGraph proc~errorbar errorbar plerrx plerrx proc~errorbar->plerrx plerry plerry proc~errorbar->plerry

Called by

proc~~errorbar~~CalledByGraph proc~errorbar errorbar proc~doerror doError proc~doerror->proc~errorbar program~examples examples program~examples->proc~doerror

Contents

None