PLplot
5.10.0
|
Go to the source code of this file.
Functions | |
subroutine | plsetopt (opt, optarg) |
subroutine | plabort (text) |
subroutine | plsdev (dnam) |
subroutine | plgdev (dnam) |
subroutine | plsfnam (fnam) |
subroutine | plgfnam (fnam) |
subroutine | plgver (ver) |
subroutine | plaxes (x0, y0, xopt, xtick, nxsub, yopt, ytick, nysub) |
subroutine | plbox (xopt, xtick, nxsub, yopt, ytick, nysub) |
subroutine | plbox3 (xopt, xlabel, xtick, nxsub, yopt, ylabel, ytick, nysub, zopt, zlabel, ztick, nzsub) |
subroutine | plcontour_0 (z, kx, lx, ky, ly, clevel) |
subroutine | plcontour_1 (z, kx, lx, ky, ly, clevel, xg, yg) |
subroutine | plcontour_2 (z, kx, lx, ky, ly, clevel, xg, yg) |
subroutine | plcontour_tr (z, kx, lx, ky, ly, clevel, tr) |
subroutine | plcontour_0_all (z, clevel) |
subroutine | plcontour_1_all (z, clevel, xg, yg) |
subroutine | plcontour_2_all (z, clevel, xg, yg) |
subroutine | plcontour_tr_all (z, clevel, tr) |
subroutine | plstring (x, y, string) |
subroutine | plstring3 (x, y, z, string) |
subroutine | plvectors_0 (u, v, scale) |
subroutine | plvectors_1 (u, v, scale, xg, yg) |
subroutine | plvectors_2 (u, v, scale, xg, yg) |
subroutine | plvectors_tr (u, v, scale, tr) |
subroutine | plshade_single_0 (z, defined, xmin, xmax, ymin, ymax, shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width) |
subroutine | plshade_single_1 (z, defined, xmin, xmax, ymin, ymax, shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width, xg, yg) |
subroutine | plshade_single_2 (z, defined, xmin, xmax, ymin, ymax, shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width, xg, yg) |
subroutine | plshade_single_tr (z, defined, xmin, xmax, ymin, ymax, shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width, tr) |
subroutine | plshades_multiple_0 (z, defined, xmin, xmax, ymin, ymax, clevel, fill_width, cont_color, cont_width, rectangular) |
subroutine | plshades_multiple_1 (z, defined, xmin, xmax, ymin, ymax, clevel, fill_width, cont_color, cont_width, xg1, yg1) |
subroutine | plshades_multiple_1r (z, defined, xmin, xmax, ymin, ymax, clevel, fill_width, cont_color, cont_width, rectangular, xg1, yg1) |
subroutine | plshades_multiple_2 (z, defined, xmin, xmax, ymin, ymax, clevel, fill_width, cont_color, cont_width, xg2, yg2) |
subroutine | plshades_multiple_2r (z, defined, xmin, xmax, ymin, ymax, clevel, fill_width, cont_color, cont_width, rectangular, xg2, yg2) |
subroutine | plshades_multiple_tr (z, defined, xmin, xmax, ymin, ymax, clevel, fill_width, cont_color, cont_width, tr) |
subroutine | plshades_multiple_trr (z, defined, xmin, xmax, ymin, ymax, clevel, fill_width, cont_color, cont_width, rectangular, tr) |
subroutine | plimagefr_0 (z, xmin, xmax, ymin, ymax, zmin, zmax, valuemin, valuemax) |
subroutine | plimagefr_1 (z, xmin, xmax, ymin, ymax, zmin, zmax, valuemin, valuemax, xg, yg) |
subroutine | plimagefr_2 (z, xmin, xmax, ymin, ymax, zmin, zmax, valuemin, valuemax, xg, yg) |
subroutine | plimagefr_tr (z, xmin, xmax, ymin, ymax, zmin, zmax, valuemin, valuemax, tr) |
subroutine | pllab (xlab, ylab, title) |
subroutine | plspal0 (filename) |
subroutine | plspal1 (filename, interpolate) |
subroutine | plmtex (side, disp, pos, xjust, text) |
subroutine | plmtex3 (side, disp, pos, xjust, text) |
subroutine | plptex (x, y, dx, dy, xjust, text) |
subroutine | plptex3 (x, y, z, dx, dy, dz, sx, sy, sz, xjust, text) |
subroutine | plstart (devname, nx, ny) |
subroutine | pltimefmt (fmt) |
subroutine plabort | ( | character*(*) | text | ) |
Definition at line 53 of file sfstubs.f90.
subroutine plaxes | ( | real(kind=plflt) | x0, |
real(kind=plflt) | y0, | ||
character*(*) | xopt, | ||
real(kind=plflt) | xtick, | ||
integer | nxsub, | ||
character*(*) | yopt, | ||
real(kind=plflt) | ytick, | ||
integer | nysub | ||
) |
Definition at line 129 of file sfstubs.f90.
subroutine plbox | ( | character*(*) | xopt, |
real(kind=plflt) | xtick, | ||
integer | nxsub, | ||
character*(*) | yopt, | ||
real(kind=plflt) | ytick, | ||
integer | nysub | ||
) |
Definition at line 147 of file sfstubs.f90.
subroutine plbox3 | ( | character*(*) | xopt, |
character*(*) | xlabel, | ||
real(kind=plflt) | xtick, | ||
integer | nxsub, | ||
character*(*) | yopt, | ||
character*(*) | ylabel, | ||
real(kind=plflt) | ytick, | ||
integer | nysub, | ||
character*(*) | zopt, | ||
character*(*) | zlabel, | ||
real(kind=plflt) | ztick, | ||
integer | nzsub | ||
) |
Definition at line 165 of file sfstubs.f90.
subroutine plcontour_0 | ( | real(kind=plflt), dimension(:,:) | z, |
integer | kx, | ||
integer | lx, | ||
integer | ky, | ||
integer | ly, | ||
real(kind=plflt), dimension(:) | clevel | ||
) |
Definition at line 194 of file sfstubs.f90.
subroutine plcontour_0_all | ( | real(kind=plflt), dimension(:,:) | z, |
real(kind=plflt), dimension(:) | clevel | ||
) |
Definition at line 243 of file sfstubs.f90.
subroutine plcontour_1 | ( | real(kind=plflt), dimension(:,:) | z, |
integer | kx, | ||
integer | lx, | ||
integer | ky, | ||
integer | ly, | ||
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt), dimension(:) | xg, | ||
real(kind=plflt), dimension(:) | yg | ||
) |
Definition at line 206 of file sfstubs.f90.
subroutine plcontour_1_all | ( | real(kind=plflt), dimension(:,:) | z, |
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt), dimension(:) | xg, | ||
real(kind=plflt), dimension(:) | yg | ||
) |
Definition at line 259 of file sfstubs.f90.
subroutine plcontour_2 | ( | real(kind=plflt), dimension(:,:) | z, |
integer | kx, | ||
integer | lx, | ||
integer | ky, | ||
integer | ly, | ||
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt), dimension(:,:) | xg, | ||
real(kind=plflt), dimension(:,:) | yg | ||
) |
Definition at line 218 of file sfstubs.f90.
subroutine plcontour_2_all | ( | real(kind=plflt), dimension(:,:) | z, |
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt), dimension(:,:) | xg, | ||
real(kind=plflt), dimension(:,:) | yg | ||
) |
Definition at line 275 of file sfstubs.f90.
subroutine plcontour_tr | ( | real(kind=plflt), dimension(:,:) | z, |
integer | kx, | ||
integer | lx, | ||
integer | ky, | ||
integer | ly, | ||
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt), dimension(6) | tr | ||
) |
Definition at line 230 of file sfstubs.f90.
subroutine plcontour_tr_all | ( | real(kind=plflt), dimension(:,:) | z, |
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt), dimension(6) | tr | ||
) |
Definition at line 291 of file sfstubs.f90.
subroutine plgdev | ( | character*(*) | dnam | ) |
Definition at line 79 of file sfstubs.f90.
subroutine plgfnam | ( | character*(*) | fnam | ) |
Definition at line 104 of file sfstubs.f90.
subroutine plgver | ( | character*(*) | ver | ) |
Definition at line 116 of file sfstubs.f90.
subroutine plimagefr_0 | ( | real(kind=plflt), dimension(:,:) | z, |
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt) | zmin, | ||
real(kind=plflt) | zmax, | ||
real(kind=plflt) | valuemin, | ||
real(kind=plflt) | valuemax | ||
) |
Definition at line 710 of file sfstubs.f90.
subroutine plimagefr_1 | ( | real(kind=plflt), dimension(:,:) | z, |
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt) | zmin, | ||
real(kind=plflt) | zmax, | ||
real(kind=plflt) | valuemin, | ||
real(kind=plflt) | valuemax, | ||
real(kind=plflt), dimension(:) | xg, | ||
real(kind=plflt), dimension(:) | yg | ||
) |
Definition at line 724 of file sfstubs.f90.
subroutine plimagefr_2 | ( | real(kind=plflt), dimension(:,:) | z, |
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt) | zmin, | ||
real(kind=plflt) | zmax, | ||
real(kind=plflt) | valuemin, | ||
real(kind=plflt) | valuemax, | ||
real(kind=plflt), dimension(:,:) | xg, | ||
real(kind=plflt), dimension(:,:) | yg | ||
) |
Definition at line 738 of file sfstubs.f90.
subroutine plimagefr_tr | ( | real(kind=plflt), dimension(:,:) | z, |
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt) | zmin, | ||
real(kind=plflt) | zmax, | ||
real(kind=plflt) | valuemin, | ||
real(kind=plflt) | valuemax, | ||
real(kind=plflt), dimension(6) | tr | ||
) |
Definition at line 752 of file sfstubs.f90.
subroutine pllab | ( | character*(*) | xlab, |
character*(*) | ylab, | ||
character*(*) | title | ||
) |
Definition at line 767 of file sfstubs.f90.
subroutine plmtex | ( | character*(*) | side, |
real(kind=plflt) | disp, | ||
real(kind=plflt) | pos, | ||
real(kind=plflt) | xjust, | ||
character*(*) | text | ||
) |
Definition at line 814 of file sfstubs.f90.
subroutine plmtex3 | ( | character*(*) | side, |
real(kind=plflt) | disp, | ||
real(kind=plflt) | pos, | ||
real(kind=plflt) | xjust, | ||
character*(*) | text | ||
) |
Definition at line 831 of file sfstubs.f90.
subroutine plptex | ( | real(kind=plflt) | x, |
real(kind=plflt) | y, | ||
real(kind=plflt) | dx, | ||
real(kind=plflt) | dy, | ||
real(kind=plflt) | xjust, | ||
character*(*) | text | ||
) |
Definition at line 848 of file sfstubs.f90.
subroutine plptex3 | ( | real(kind=plflt) | x, |
real(kind=plflt) | y, | ||
real(kind=plflt) | z, | ||
real(kind=plflt) | dx, | ||
real(kind=plflt) | dy, | ||
real(kind=plflt) | dz, | ||
real(kind=plflt) | sx, | ||
real(kind=plflt) | sy, | ||
real(kind=plflt) | sz, | ||
real(kind=plflt) | xjust, | ||
character*(*) | text | ||
) |
Definition at line 863 of file sfstubs.f90.
subroutine plsdev | ( | character*(*) | dnam | ) |
Definition at line 66 of file sfstubs.f90.
subroutine plsetopt | ( | character*(*) | opt, |
character*(*) | optarg | ||
) |
Definition at line 38 of file sfstubs.f90.
subroutine plsfnam | ( | character*(*) | fnam | ) |
Definition at line 91 of file sfstubs.f90.
subroutine plshade_single_0 | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt) | shade_min, | ||
real(kind=plflt) | shade_max, | ||
integer | sh_cmap, | ||
real(kind=plflt) | sh_color, | ||
real(kind=plflt) | sh_width, | ||
integer | min_color, | ||
real(kind=plflt) | min_width, | ||
integer | max_color, | ||
real(kind=plflt) | max_width | ||
) |
Definition at line 390 of file sfstubs.f90.
subroutine plshade_single_1 | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt) | shade_min, | ||
real(kind=plflt) | shade_max, | ||
integer | sh_cmap, | ||
real(kind=plflt) | sh_color, | ||
real(kind=plflt) | sh_width, | ||
integer | min_color, | ||
real(kind=plflt) | min_width, | ||
integer | max_color, | ||
real(kind=plflt) | max_width, | ||
real(kind=plflt), dimension(:) | xg, | ||
real(kind=plflt), dimension(:) | yg | ||
) |
Definition at line 417 of file sfstubs.f90.
subroutine plshade_single_2 | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt) | shade_min, | ||
real(kind=plflt) | shade_max, | ||
integer | sh_cmap, | ||
real(kind=plflt) | sh_color, | ||
real(kind=plflt) | sh_width, | ||
integer | min_color, | ||
real(kind=plflt) | min_width, | ||
integer | max_color, | ||
real(kind=plflt) | max_width, | ||
real(kind=plflt), dimension(:,:) | xg, | ||
real(kind=plflt), dimension(:,:) | yg | ||
) |
Definition at line 446 of file sfstubs.f90.
subroutine plshade_single_tr | ( | real(kind=plflt), dimension(:,:) | z, |
character(len=*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt) | shade_min, | ||
real(kind=plflt) | shade_max, | ||
integer | sh_cmap, | ||
real(kind=plflt) | sh_color, | ||
real(kind=plflt) | sh_width, | ||
integer | min_color, | ||
real(kind=plflt) | min_width, | ||
integer | max_color, | ||
real(kind=plflt) | max_width, | ||
real(kind=plflt), dimension(6) | tr | ||
) |
Definition at line 475 of file sfstubs.f90.
subroutine plshades_multiple_0 | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt) | fill_width, | ||
integer | cont_color, | ||
real(kind=plflt) | cont_width, | ||
logical, optional | rectangular | ||
) |
Definition at line 501 of file sfstubs.f90.
subroutine plshades_multiple_1 | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt) | fill_width, | ||
integer | cont_color, | ||
real(kind=plflt) | cont_width, | ||
real(kind=plflt), dimension(:) | xg1, | ||
real(kind=plflt), dimension(:) | yg1 | ||
) |
Definition at line 533 of file sfstubs.f90.
subroutine plshades_multiple_1r | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt) | fill_width, | ||
integer | cont_color, | ||
real(kind=plflt) | cont_width, | ||
logical | rectangular, | ||
real(kind=plflt), dimension(:) | xg1, | ||
real(kind=plflt), dimension(:) | yg1 | ||
) |
Definition at line 562 of file sfstubs.f90.
subroutine plshades_multiple_2 | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt), dimension(:) | clevel, | ||
fill_width, | |||
integer | cont_color, | ||
cont_width, | |||
real(kind=plflt), dimension(:,:) | xg2, | ||
real(kind=plflt), dimension(:,:) | yg2 | ||
) |
Definition at line 592 of file sfstubs.f90.
subroutine plshades_multiple_2r | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt), dimension(:) | clevel, | ||
fill_width, | |||
integer | cont_color, | ||
cont_width, | |||
logical | rectangular, | ||
real(kind=plflt), dimension(:,:) | xg2, | ||
real(kind=plflt), dimension(:,:) | yg2 | ||
) |
Definition at line 621 of file sfstubs.f90.
subroutine plshades_multiple_tr | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt) | fill_width, | ||
integer | cont_color, | ||
real(kind=plflt) | cont_width, | ||
real(kind=plflt), dimension(6) | tr | ||
) |
Definition at line 651 of file sfstubs.f90.
subroutine plshades_multiple_trr | ( | real(kind=plflt), dimension(:,:) | z, |
character, dimension(*) | defined, | ||
real(kind=plflt) | xmin, | ||
real(kind=plflt) | xmax, | ||
real(kind=plflt) | ymin, | ||
real(kind=plflt) | ymax, | ||
real(kind=plflt), dimension(:) | clevel, | ||
real(kind=plflt) | fill_width, | ||
integer | cont_color, | ||
real(kind=plflt) | cont_width, | ||
logical | rectangular, | ||
real(kind=plflt), dimension(6) | tr | ||
) |
Definition at line 680 of file sfstubs.f90.
subroutine plspal0 | ( | character*(*) | filename | ) |
Definition at line 785 of file sfstubs.f90.
subroutine plspal1 | ( | character*(*) | filename, |
integer | interpolate | ||
) |
Definition at line 799 of file sfstubs.f90.
subroutine plstart | ( | character*(*) | devname, |
integer | nx, | ||
integer | ny | ||
) |
Definition at line 878 of file sfstubs.f90.
subroutine plstring | ( | real(kind=plflt), dimension(:) | x, |
real(kind=plflt), dimension(:) | y, | ||
character(len=*) | string | ||
) |
Definition at line 308 of file sfstubs.f90.
subroutine plstring3 | ( | real(kind=plflt), dimension(:) | x, |
real(kind=plflt), dimension(:) | y, | ||
real(kind=plflt), dimension(:) | z, | ||
character(len=*) | string | ||
) |
Definition at line 326 of file sfstubs.f90.
subroutine pltimefmt | ( | character*(*) | fmt | ) |
Definition at line 893 of file sfstubs.f90.
subroutine plvectors_0 | ( | real(kind=plflt), dimension(:,:) | u, |
real(kind=plflt), dimension(:,:) | v, | ||
real(kind=plflt) | scale | ||
) |
Definition at line 344 of file sfstubs.f90.
subroutine plvectors_1 | ( | real(kind=plflt), dimension(:,:) | u, |
real(kind=plflt), dimension(:,:) | v, | ||
real(kind=plflt) | scale, | ||
real(kind=plflt), dimension(:) | xg, | ||
real(kind=plflt), dimension(:) | yg | ||
) |
Definition at line 355 of file sfstubs.f90.
subroutine plvectors_2 | ( | real(kind=plflt), dimension(:,:) | u, |
real(kind=plflt), dimension(:,:) | v, | ||
real(kind=plflt) | scale, | ||
real(kind=plflt), dimension(:,:) | xg, | ||
real(kind=plflt), dimension(:,:) | yg | ||
) |
Definition at line 366 of file sfstubs.f90.
subroutine plvectors_tr | ( | real(kind=plflt), dimension(:,:) | u, |
real(kind=plflt), dimension(:,:) | v, | ||
real(kind=plflt) | scale, | ||
real(kind=plflt), dimension(6) | tr | ||
) |
Definition at line 378 of file sfstubs.f90.