Defines a legend object.
Gets the command string defining the legend properties.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(in) | :: | this |
The legend object. |
The GNUPLOT command string.
Gets a value determining if the legend should have a border.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(in) | :: | this |
The legend object. |
True if the legend should have a border; else, false.
Gets a value determining if the legend should be drawn inside or outside the axes border.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(in) | :: | this |
The legend object. |
True to draw inside the axes border; else, false for outside.
Gets the horizontal position of the legend.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(in) | :: | this |
The legend object. |
The horizontal position of the legend (LEGEND_LEFT, LEGEND_CENTER, or LEGEND_RIGHT).
Gets a value determining if the legend is to be opaque.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(in) | :: | this |
The legend object. |
True if the legend is to be opaque; else, false.
Gets a value determining if the legend is visible.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(in) | :: | this |
The legend object. |
True if the legend is visible; else, false.
Gets the layout of the legend.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(in) | :: | this |
The legend object. |
The layout type, either LEGEND_ARRANGE_VERTICALLY or LEGEND_ARRANGE_HORIZONTALLY.
Gets the vertical position of the legend.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(in) | :: | this |
The legend object. |
The vertical position of the legend (LEGEND_TOP, LEGEND_CENTER, or LEGEND_BOTTOM).
Sets a value determining if the legend should have a border.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(inout) | :: | this |
The legend object. |
||
logical, | intent(in) | :: | x |
True if the legend should have a border; else, false. |
Sets a value determining if the legend should be drawn inside or outside the axes border.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(inout) | :: | this |
The legend object. |
||
logical, | intent(in) | :: | x |
True to draw inside the axes border; else, false for outside. |
Sets the horizontal position of the legend.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(inout) | :: | this |
The legend object. |
||
character(len=*), | intent(in) | :: | x |
The horizontal position of the legend. The parameter must be set to one of the following: LEGEND_LEFT, LEGEND_CENTER, or LEGEND_RIGHT. If not, the default LEGEND_RIGHT will be used. |
Sets a value determining if the legend is to be opaque.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(inout) | :: | this |
The legend object. |
||
logical | :: | x |
True if the legend is to be opaque; else, false. |
Sets a value determining if the legend is visible.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(inout) | :: | this |
The legend object. |
||
logical, | intent(in) | :: | x |
True if the legend is visible; else, false. |
Sets the layout of the legend.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(inout) | :: | this |
The legend object. |
||
character(len=*), | intent(in) | :: | x |
The layout type, either LEGEND_ARRANGE_VERTICALLY or LEGEND_ARRANGE_HORIZONTALLY. |
Sets the vertical position of the legend.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(legend), | intent(inout) | :: | this |
The legend object. |
||
character(len=*), | intent(in) | :: | x |
The vertical position of the legend. The parameter must be set to one of the following: LEGEND_TOP, LEGEND_CENTER, or LEGEND_BOTTOM. If not, the default LEGEND_TOP will be used. |