Defines a plot label.
Gets the angle of the label text, in degrees.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(in) | :: | this |
The plot_label object. |
The angle, in degrees.
Gets the GNUPLOT command string for the label.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(in) | :: | this |
The plot_label object. |
The command string.
Gets a value determining if the label is to be drawn.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(in) | :: | this |
The plot_label object. |
Returns true if the label is to be drawn; else, false.
Gets the position of the label in terms of plot coordinates.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(in) | :: | this |
The plot_label object. |
A 3-element array containing the X, Y, and Z position of the label.
Gets the text displayed by the label.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(in) | :: | this |
The plot_label object. |
The text string to display.
Sets the angle of the label text, in degrees.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(inout) | :: | this |
The plot_label object. |
||
real(kind=real32), | intent(in) | :: | x |
The angle, in degrees. |
Sets a value determining if the label is to be drawn.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(inout) | :: | this |
The plot_label object. |
||
logical, | intent(in) | :: | x |
Set to true if the label is to be drawn; else, false. |
Sets the position of the label in terms of plot coordinates.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(inout) | :: | this |
The plot_label object. |
||
real(kind=real32), | intent(in), | dimension(3) | :: | x |
A 3-element array containing the X, Y, and Z position of the label. |
Sets the text displayed by the label.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_label), | intent(inout) | :: | this |
The plot_label object. |
||
character(len=*), | intent(in) | :: | x |
The text string to display. |