plot Subroutine

public subroutine plot(x, y, lineColor, lineStyle, lineWidth, markColor, markStyle, markSize)

Plot data using lines and or markers

Arguments

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

x-data for plot

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

y-data 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

character, intent(in), optional :: markColor

Color of markers, if any

character, intent(in), optional :: markStyle

Style of markers; '' or absent for none

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

Size of markers, if any


Calls

proc~~plot~~CallsGraph proc~plot plot plssym plssym proc~plot->plssym plline plline proc~plot->plline plptex plptex proc~plot->plptex

Called by

proc~~plot~~CalledByGraph proc~plot plot program~animate animate program~animate->proc~plot program~basic basic program~basic->proc~plot proc~doplot doPlot proc~doplot->proc~plot proc~doerror doError proc~doerror->proc~plot proc~dolegend doLegend proc~dolegend->proc~plot proc~makelogo makeLogo proc~makelogo->proc~plot proc~dofillbetween doFillBetween proc~dofillbetween->proc~plot proc~dologplot doLogPlot proc~dologplot->proc~plot program~logo logo program~logo->proc~makelogo program~examples examples program~examples->proc~doplot program~examples->proc~doerror program~examples->proc~dolegend program~examples->proc~dofillbetween program~examples->proc~dologplot

Contents

None