subplot Subroutine

public subroutine subplot(ny, nx, i, aspect, is3d)

Create a set of axes on a figure

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: ny

Number of subplot rows

integer, intent(in) :: nx

Number of subplot columns

integer, intent(in) :: i

Subplot to use

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

Aspect ratio of the axes

logical, intent(in), optional :: is3d

Calls

proc~~subplot~~CallsGraph proc~subplot subplot plvpor plvpor proc~subplot->plvpor pladv pladv proc~subplot->pladv plssub plssub proc~subplot->plssub plvasp plvasp proc~subplot->plvasp plvsta plvsta proc~subplot->plvsta

Called by

proc~~subplot~~CalledByGraph proc~subplot subplot proc~doquiver doQuiver proc~doquiver->proc~subplot proc~dobar doBar proc~dobar->proc~subplot program~animate animate program~animate->proc~subplot program~basic basic program~basic->proc~subplot proc~doplot doPlot proc~doplot->proc~subplot proc~doerror doError proc~doerror->proc~subplot proc~dolegend doLegend proc~dolegend->proc~subplot proc~doscatter doScatter proc~doscatter->proc~subplot proc~dohist doHist proc~dohist->proc~subplot proc~docontour doContour proc~docontour->proc~subplot proc~dosurface doSurface proc~dosurface->proc~subplot proc~makelogo makeLogo proc~makelogo->proc~subplot proc~dofillbetween doFillBetween proc~dofillbetween->proc~subplot proc~dologplot doLogPlot proc~dologplot->proc~subplot program~logo logo program~logo->proc~makelogo program~examples examples program~examples->proc~doquiver program~examples->proc~dobar program~examples->proc~doplot program~examples->proc~doerror program~examples->proc~dolegend program~examples->proc~doscatter program~examples->proc~dohist program~examples->proc~docontour program~examples->proc~dosurface program~examples->proc~dofillbetween program~examples->proc~dologplot

Contents

None