Defines a 2D plot tailored towards bar plotting.
Removes all plot_data objects from the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
Clears all plot_label objects from the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
Clears all plot_arrow objects from the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
Launches GNUPLOT and draws the plot per the current state of the command list.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
||
logical, | intent(in), | optional | :: | persist |
An optional parameter that can be used to keep GNUPLOT open. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Cleans up resources held by the plot object. Inheriting classes are expected to call this routine to free internally held resources.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
Gets a pointer to the requested plot_data object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
||
integer(kind=int32), | intent(in) | :: | i |
The index of the plot_data object. |
A pointer to the requested plot_data object.
Gets a pointer to the requested plot_arrow object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
||
integer(kind=int32), | intent(in) | :: | i |
The index of the plot_arrow to retrieve. |
The plot_arrow object to retrieve.
Gets the number of plot_arrow objects held by the plot object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
The plot_arrow objects count.
Gets a flag determining if the axes should be equally scaled.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
Returns true if the axes should be scaled equally; else, false.
Gets the bar width scaling factor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_bar), | intent(in) | :: | this |
The plot_bar object. |
The scaling factor.
Gets a pointer to the colormap object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
A pointer to the colormap object. If no colormap is defined, a null pointer is returned.
Gets the GNUPLOT commands required to draw the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_bar), | intent(in) | :: | this |
The plot_bar object. |
The command string.
Gets the number of stored plot_data objects.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
The number of plot_data objects.
Gets a value determining if the border should be drawn.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
Returns true if the border should be drawn; else, false.
Gets the name of the font used for plot text.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
The font name.
Gets the size of the font used by the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
The size of the font, in points.
Gets the requested plot_label from the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
||
integer(kind=int32), | intent(in) | :: | i |
The index of the plot_label object to retrieve. |
A pointer to the requested plot_label object.
Gets the number of plot_label objects belonging to the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
The number of plot_label objects.
Gets a value determining if the colorbar should be shown.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
Returns true if the colorbar should be drawn; else, false.
Gets a flag determining if the grid lines should be shown.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
Returns true if the grid lines should be shown; else, false.
Gets a logical flag determining if the axes size should be squared off.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_2d), | intent(in) | :: | this |
The plot_2d object. |
Returns true if the axes are to be sized to a square; else, false.
Gets a value determining if the axis tic marks should point inwards.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
Returns true if the tic marks should point inwards; else, false if the tic marks should point outwards.
Gets the plot's title.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
The title.
Gets a flag determining if the secondary y-axis should be displayed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_2d), | intent(in) | :: | this |
The plot_2d object. |
Returns true if the axis should be displayed; else, false.
Initializes the plot_2d object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_2d), | intent(inout) | :: | this |
The plot_2d object. |
||
integer(kind=int32), | intent(in), | optional | :: | term |
An optional input that is used to define the terminal. The default terminal is a WXT terminal. The acceptable inputs are:
|
|
character(len=*), | intent(in), | optional | :: | fname |
A filename to pass to the terminal in the event the terminal is a file type (e.g. GNUPLOT_TERMINAL_PNG). |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Gets a value determining if a title has been defined for the plot object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
Returns true if a title has been defined for this plot; else, returns false.
Pops the last plot_data object from the stack.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
Pops the last plot_arrow object from the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
Removes the last label from the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
Pushes a plot_data object onto the stack.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
class(plot_data), | intent(inout) | :: | x |
The plot_data object. |
||
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Pushes a new @ref plot_arrow object onto the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
class(plot_arrow), | intent(in) | :: | x |
The plot_arrow object. |
||
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Adds a label to the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
class(plot_label), | intent(in) | :: | lbl |
The plot label. |
||
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Saves a GNUPLOT command file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(in) | :: | this |
The plot object. |
||
character(len=*), | intent(in) | :: | fname |
The filename. |
||
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Sets the requested plot_data object into the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
integer(kind=int32), | intent(in) | :: | i |
The index of the plot_data object. |
||
class(plot_data), | intent(in) | :: | x |
The plot_data object. |
Sets a plot_arrow into the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
integer(kind=int32), | intent(in) | :: | i |
The index of the plot_arrow object to replace. |
||
class(plot_arrow), | intent(in) | :: | x |
The new plot_arrow object. |
Sets a flag determining if the axes should be equally scaled.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
logical, | intent(in) | :: | x |
Set to true if the axes should be scaled equally; else, false. |
Sets the bar width scaling factor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_bar), | intent(inout) | :: | this |
The plot_bar object. |
||
real(kind=real32), | intent(in) | :: | x |
The scaling factor. The value must be in the set [0, 1]; else, the value will be shifted accordingly. |
Sets the colormap object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
class(colormap), | intent(in) | :: | x |
The colormap object. Notice, a copy of this object is stored, and the plot object then manages the lifetime of the copy. |
||
class(errors), | intent(inout), | optional, | target | :: | err |
An error handler object. |
Sets a value determining if the border should be drawn.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
logical, | intent(in) | :: | x |
Set to true if the border should be drawn; else, false. |
Sets the name of the font used for plot text.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
character(len=*), | intent(in) | :: | x |
The font name. |
Sets the size of the font used by the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
integer(kind=int32), | intent(in) | :: | x |
The font size, in points. If a value of zero is provided, the font size is reset to its default value; or, if a negative value is provided, the absolute value of the supplied value is utilized. |
Sets the specified plot_label object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
integer(kind=int32), | intent(in) | :: | i |
The index of the plot_label to replace. |
||
class(plot_label), | intent(in) | :: | x |
The new plot_label object. |
Sets a value determining if the colorbar should be shown.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
logical, | intent(in) | :: | x |
Set to true if the colorbar should be drawn; else, false. |
Sets a flag determining if the grid lines should be shown.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
logical, | intent(in) | :: | x |
Set to true if the grid lines should be shown; else, false. |
Sets a logical flag determining if the axes size should be squared off.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_2d), | intent(inout) | :: | this |
The plot_2d object. |
||
logical, | intent(in) | :: | x |
Set to true if the axes are to be sized to a square; else, false. |
Sets a value determining if the axis tic marks should point inwards.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
logical, | intent(in) | :: | x |
Set to true if the tic marks should point inwards; else, false if the tic marks should point outwards. |
Sets the plot's title.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot), | intent(inout) | :: | this |
The plot object. |
||
character(len=*), | intent(in) | :: | txt |
The title. |
Sets a flag determining if the secondary y-axis should be displayed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_2d), | intent(inout) | :: | this |
The plot_2d object. |
||
logical, | intent(in) | :: | x |
Set to true if the axis should be displayed; else, false. |