set_xscale Subroutine

public subroutine set_xscale(scale, linthresh, threshold, base, linscale)

Set the x-axis scale.

Parameters scale : character(len=*), intent(in) 'linear', 'log', 'symlog', or 'logit'. linthresh : real(wp), optional Symlog linear range threshold. threshold : real(wp), optional Deprecated alias for linthresh. base : real(wp), optional Symlog logarithm base. linscale : real(wp), optional Symlog linear-region scaling factor.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: scale
real(kind=wp), intent(in), optional :: linthresh
real(kind=wp), intent(in), optional :: threshold
real(kind=wp), intent(in), optional :: base
real(kind=wp), intent(in), optional :: linscale