Secondary axis and helper functions for raster backend
Extracted from fortplot_raster_axes for size compliance (refs #1694)
Functions
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
intent(in) |
|
|
:: |
y_tick_label_edge |
|
|
integer,
|
intent(in) |
|
|
:: |
rotated_width |
|
Return Value
integer
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(plot_area_t),
|
intent(in) |
|
|
:: |
plot_area |
|
|
integer,
|
intent(in) |
|
|
:: |
rotated_width |
|
|
integer,
|
intent(in) |
|
|
:: |
y_tick_max_width |
|
Return Value
integer
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(plot_area_t),
|
intent(in) |
|
|
:: |
plot_area |
|
|
integer,
|
intent(in) |
|
|
:: |
max_width_measured |
|
Return Value
integer
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(plot_area_t),
|
intent(in) |
|
|
:: |
plot_area |
|
Return Value
integer
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(raster_image_t),
|
intent(inout) |
|
|
:: |
raster |
|
|
integer,
|
intent(in) |
|
|
:: |
width |
|
|
integer,
|
intent(in) |
|
|
:: |
height |
|
|
type(plot_area_t),
|
intent(in) |
|
|
:: |
plot_area |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
yscale |
|
|
real(kind=wp),
|
intent(in) |
|
|
:: |
symlog_threshold |
|
|
real(kind=wp),
|
intent(in) |
|
|
:: |
y_min |
|
|
real(kind=wp),
|
intent(in) |
|
|
:: |
y_max |
|
|
character(len=:),
|
intent(in), |
optional, |
allocatable
|
:: |
ylabel |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
date_format |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(raster_image_t),
|
intent(inout) |
|
|
:: |
raster |
|
|
integer,
|
intent(in) |
|
|
:: |
width |
|
|
integer,
|
intent(in) |
|
|
:: |
height |
|
|
type(plot_area_t),
|
intent(in) |
|
|
:: |
plot_area |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
xscale |
|
|
real(kind=wp),
|
intent(in) |
|
|
:: |
symlog_threshold |
|
|
real(kind=wp),
|
intent(in) |
|
|
:: |
x_min |
|
|
real(kind=wp),
|
intent(in) |
|
|
:: |
x_max |
|
|
character(len=:),
|
intent(in), |
optional, |
allocatable
|
:: |
xlabel |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
date_format |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
centers(:) |
|
|
integer,
|
intent(in) |
|
|
:: |
widths(:) |
|
|
real(kind=wp),
|
intent(in) |
|
|
:: |
min_gap |
|
|
logical,
|
intent(out) |
|
|
:: |
keep(size(centers)) |
|