subplots_grid_demo Program

Uses

Demonstrates the use of subplots_grid() to get handles for individual subplot access


Variables

Type Attributes Name Initial
integer :: i
integer :: j
real(kind=8) :: x(100)
real(kind=8) :: y1(100)
real(kind=8) :: y2(100)
real(kind=8) :: y3(100)
real(kind=8) :: y4(100)
integer, allocatable :: axes(:,:)