fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
can_place_data
Function
10 statements
Source File
fortplot_polar_text_layout.f90
fortplot_polar_text_layout
can_place_data
Contents
public pure function can_place_data(reserved, row, col) result(ok)
True when a data glyph may occupy the cell (in bounds and not reserved for a label).
Arguments
Type
Intent
Optional
Attributes
Name
logical,
intent(in)
::
reserved
(:,:)
integer,
intent(in)
::
row
integer,
intent(in)
::
col
Return Value
logical