Gets a value determining if the axis should be automatically scaled to fit the data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
Returns true if the axis should be automatically scaled; else, false.
Returns the appropriate GNUPLOT command string to define the plot_axis properties.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
The GNUPLOT command string.
Retrieves a string from a plot_axis.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
The string.
Gets a logical value defining if the axis should be log scaled.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
Returns true if log scaling is applied to the axis; else, false.
Gets the axis display limits, assuming autoscaling is not active for this axis.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
A two-element array containing the limits as follows: [lower, upper].
Gets the tic label format. The format string can be any format string accepted by the C command 'printf.'
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
The tic label format string.
Gets the axis title.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
The title.
Gets a value determining if the default tic label format will be used.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
Returns true if the default tic label format will be used; else, false.
Gets a value determining if the axis should be drawn through zero of opposing axes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
Returns true to draw as a zero axis; else, set to false.
Gets the width of the line used to represent the zero axis line, if active.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
The width of the line, in pixels.
Gets a value determining if a title has been defined for this axis.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(in) | :: | this |
The plot_axis object. |
Returns true if a title has been defined; else, false.
Sets a value determining if the axis should be automatically scaled to fit the data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(inout) | :: | this |
The plot_axis object. |
||
logical, | intent(in) | :: | x |
Set to true if the axis should be automatically scaled; else, set to false. |
Sets a logical value defining if the axis should be log scaled.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(inout) | :: | this |
The plot_axis object. |
||
logical, | intent(in) | :: | x |
Set to true if log scaling is applied to the axis; else, false. |
Gets the axis display limits, assuming autoscaling is not active for this axis.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(inout) | :: | this |
The plot_axis object. |
||
real(kind=real64), | intent(in) | :: | lower |
The lower display limit. |
||
real(kind=real64), | intent(in) | :: | upper |
The upper display limit. |
Sets the tic label format. The format string can be any format string accepted by the C command 'printf.'
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(inout) | :: | this |
The plot_axis object. |
||
character(len=*), | intent(in) | :: | x |
The tic label format string. |
Sets the axis title.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(inout) | :: | this |
The plot_axis object. |
||
character(len=*), | intent(in) | :: | txt |
The title. |
Sets a value determining if the default tic label format will be used.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(inout) | :: | this |
The plot_axis object. |
||
logical, | intent(in) | :: | x |
Set to true if the default tic label format will be used; else, false. |
Sets a value determining if the axis should be drawn through zero of opposing axes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(inout) | :: | this |
The plot_axis object. |
||
logical, | intent(in) | :: | x |
Set to true to draw as a zero axis; else, set to false. |
Sets the width of the line used to represent the zero axis line, if active.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_axis), | intent(inout) | :: | this |
The plot_axis object. |
||
real(kind=real32), | intent(in) | :: | x |
The width of the line, in pixels. |