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 value determining if the plotted surfaces should be smoothed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(in) | :: | this |
The surface_plot object. |
Returns true if the surface should be smoothed; else, false.
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 plot azimuth angle.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(in) | :: | this |
The plot_3d object. |
The azimuth angle, in degrees.
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 command string to represent this plot_3d object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(in) | :: | this |
The surface_plot object. |
The command string.
Gets a value determining the coordinate system.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(in) | :: | this |
The plot_3d object. |
The coordinate system ID, which must be one of the following.
COORDINATES_CARTESIAN
COORDINATES_CYLINDRICAL
COORDINATES_SPHERICAL
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 plot elevation angle.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(in) | :: | this |
The plot_3d object. |
The elevation angle, in degrees.
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 the ratio of the strength of the light source relative to the ambient light.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(in) | :: | this |
The surface_plot object. |
The light intensity ratio.
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 value determining if a contour plot should be drawn in conjunction with the surface plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(in) | :: | this |
The surface_plot object. |
Returns true if the contour plot should be drawn; else, false to only draw the surface.
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 value indicating if hidden lines should be shown.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(in) | :: | this |
The surface_plot object. |
Returns true if hidden lines should be shown; else, false.
Gets the ratio of the strength of the specular light source relative to the ambient light.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(in) | :: | this |
The surface_plot object. |
The specular light intensity ratio.
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 factor defining the transparency of plotted surfaces.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(in) | :: | this |
The surface_plot object. |
A value existing on the set (0 1] defining the level of transparency. A value of 1 indicates a fully opaque surface.
Gets a value indicating if lighting, beyond the ambient light source, is to be used.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(in) | :: | this |
The surface_plot object. |
True if lighting should be used; else, false.
Gets a value determining if the view should be set to a 2D map view. If true, the azimuth and elevation terms are ignored.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(in) | :: | this |
The plot_3d object. |
Returns true if the map view will be used; else, false.
Gets a value determining if the z-axis should intersect the x-y plane.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(in) | :: | this |
The plot_3d object. |
Returns true if the z-axis should intersect the x-y plane; else, false to allow the z-axis to float.
Initializes the surface_plot object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(inout) | :: | this |
The surface_plot 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 value determining if the plotted surfaces should be smoothed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(inout) | :: | this |
The surface_plot object. |
||
logical, | intent(in) | :: | x |
Set to true if the surface should be smoothed; else, false. |
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 plot azimuth angle.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(inout) | :: | this |
The plot_3d object. |
||
real(kind=real64), | intent(in) | :: | x |
The azimuth angle, in degrees. |
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 the coordinate system.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(inout) | :: | this |
The plot_3d object. |
||
integer(kind=int32), | intent(in) | :: | x |
The coordinate system ID, which must be one of the following.
|
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 plot elevation angle.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(inout) | :: | this |
The plot_3d object. |
||
real(kind=real64), | intent(in) | :: | x |
The elevation angle, in degrees. |
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 the ratio of the strength of the light source relative to the ambient light.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(inout) | :: | this |
The surface_plot object. |
||
real(kind=real32), | intent(in) | :: | x |
The light intensity ratio. The value must exist in the set [0, 1]; else, it will be clipped to lie within the range. |
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 value determining if a contour plot should be drawn in conjunction with the surface plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(inout) | :: | this |
The surface_plot object. |
||
logical, | intent(in) | :: | x |
Set to true if the contour plot should be drawn; else, false to only draw the surface. |
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 value indicating if hidden lines should be shown.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(inout) | :: | this |
The surface_plot object. |
||
logical, | intent(in) | :: | x |
Set to true if hidden lines should be shown; else, false. |
Sets the ratio of the strength of the specular light source relative to the ambient light.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(inout) | :: | this |
The surface_plot object. |
||
real(kind=real32), | intent(in) | :: | x |
The specular light intensity ratio. The value must exist in the set [0, 1]; else, it will be clipped to lie within the range. |
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 factor defining the transparency of plotted surfaces.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(inout) | :: | this |
The surface_plot object. |
||
real(kind=real32), | intent(in) | :: | x |
A value existing on the set (0 1] defining the level of
transparency. A value of 1 indicates a fully opaque surface. |
Sets a value indicating if lighting, beyond the ambient light source, is to be used.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(surface_plot), | intent(inout) | :: | this |
The surface_plot object. |
||
logical, | intent(in) | :: | x |
True if lighting should be used; else, false. |
Sets a value determining if the view should be set to a 2D map view. If true, the azimuth and elevation terms are ignored.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(inout) | :: | this |
The plot_3d object. |
||
logical, | intent(in) | :: | x |
Seturns true if the map view will be used; else, false. |
Sets a value determining if the z-axis should intersect the x-y plane.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_3d), | intent(inout) | :: | this |
The plot_3d object. |
||
logical, | intent(in) | :: | x |
Set to true if the z-axis should intersect the x-y plane; else, false to allow the z-axis to float. |