Grid-based plot data registration (contour, surface, pcolormesh)
Extracted from fortplot_figure_plot_management for size compliance (refs #1694)
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(plot_data_t),
|
intent(inout) |
|
|
:: |
plot_data |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(plot_data_t),
|
intent(inout) |
|
|
:: |
plots(:) |
|
|
integer,
|
intent(inout) |
|
|
:: |
plot_count |
|
|
integer,
|
intent(in) |
|
|
:: |
max_plots |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
colors(:,:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x_grid(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y_grid(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
z_grid(:,:) |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
levels(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
label |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(plot_data_t),
|
intent(inout) |
|
|
:: |
plots(:) |
|
|
integer,
|
intent(inout) |
|
|
:: |
plot_count |
|
|
integer,
|
intent(in) |
|
|
:: |
max_plots |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x_grid(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y_grid(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
z_grid(:,:) |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
levels(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
cmap |
|
|
logical,
|
intent(in), |
optional |
|
:: |
show_colorbar |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
label |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
colormap |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(plot_data_t),
|
intent(inout) |
|
|
:: |
plots(:) |
|
|
integer,
|
intent(inout) |
|
|
:: |
plot_count |
|
|
integer,
|
intent(in) |
|
|
:: |
max_plots |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
colors(:,:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x_grid(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y_grid(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
z_grid(:,:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
label |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
cmap |
|
|
logical,
|
intent(in), |
optional |
|
:: |
show_colorbar |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
alpha |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
edgecolor(3) |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
linewidth |
|
|
logical,
|
intent(in), |
optional |
|
:: |
filled |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
colormap |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(plot_data_t),
|
intent(inout) |
|
|
:: |
plots(:) |
|
|
integer,
|
intent(inout) |
|
|
:: |
plot_count |
|
|
integer,
|
intent(in) |
|
|
:: |
max_plots |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
c(:,:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
cmap |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
vmin |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
vmax |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
edgecolors(3) |
|
|
real(kind=wp),
|
intent(in), |
optional |
|
:: |
linewidths |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
colormap |
|