fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
subplots_grid
Function
18 statements
Source File
fortplot_matplotlib_session.f90
fortplot_matplotlib_session
subplots_grid
Contents
public function subplots_grid(nrows, ncols) result(axes)
Create subplot grid and return axis indices in row-major order
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
nrows
integer,
intent(in)
::
ncols
Return Value
integer, allocatable, (:,:)