PLplot 5.15.0
Loading...
Searching...
No Matches
plplot_single Module Reference

Functions/Subroutines

subroutine, private plmapformf2c (n, x, y)
subroutine, private pllabelerf2c (axis, value, label, length, data)
subroutine, private pllabelerf2c_data (axis, value, label, length, data)
subroutine, private pltransformf2c (x, y, tx, ty, data)
subroutine, private pltransformf2c_data (x, y, tx, ty, data)

Variables

integer, parameter, private wp = private_single

Function/Subroutine Documentation

◆ pllabelerf2c()

subroutine, private plplot_single::pllabelerf2c ( integer(kind=private_plint), intent(in), value axis,
real(kind=private_plflt), intent(in), value value,
character(len=1), dimension(*), intent(out) label,
integer(kind=private_plint), intent(in), value length,
type(c_ptr), intent(in), value data )
private

Definition at line 65 of file plplot_single.f90.

◆ pllabelerf2c_data()

subroutine, private plplot_single::pllabelerf2c_data ( integer(kind=private_plint), intent(in), value axis,
real(kind=private_plflt), intent(in), value value,
character(len=1), dimension(*), intent(out) label,
integer(kind=private_plint), intent(in), value length,
type(c_ptr), intent(in), value data )
private

Definition at line 86 of file plplot_single.f90.

◆ plmapformf2c()

subroutine, private plplot_single::plmapformf2c ( integer(kind=private_plint), intent(in), value n,
real(kind=private_plflt), dimension(n), intent(inout) x,
real(kind=private_plflt), dimension(n), intent(inout) y )
private

Definition at line 49 of file plplot_single.f90.

◆ pltransformf2c()

subroutine, private plplot_single::pltransformf2c ( real(kind=private_plflt), intent(in), value x,
real(kind=private_plflt), intent(in), value y,
real(kind=private_plflt), intent(out) tx,
real(kind=private_plflt), intent(out) ty,
type(c_ptr), intent(in), value data )
private

Definition at line 102 of file plplot_single.f90.

◆ pltransformf2c_data()

subroutine, private plplot_single::pltransformf2c_data ( real(kind=private_plflt), intent(in), value x,
real(kind=private_plflt), intent(in), value y,
real(kind=private_plflt), intent(out) tx,
real(kind=private_plflt), intent(out) ty,
type(c_ptr), intent(in), value data )
private

Definition at line 119 of file plplot_single.f90.

Variable Documentation

◆ wp

integer, parameter, private plplot_single::wp = private_single
private

Definition at line 35 of file plplot_single.f90.