Defines a 2D error-bar based data set.
Defines the x error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xerr |
An N-element array containing the x errors at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines the x error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xmin |
An N-element array containing the minimum x values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xmax |
An N-element array containing the maximum x values at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines x and y error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xerr |
An N-element array containing the x errors at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | yerr |
An N-element array containing the y errors at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines the x and y error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xmin |
An N-element array containing the minimum x values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xmax |
An N-element array containing the maximum x values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | ymin |
An N-element array containing the minimum y values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | ymax |
An N-element array containing the maximum x values at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines the y error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | yerr |
An N-element array containing the y errors at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines the y error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | ymin |
An N-element array containing the minimum y values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | ymax |
An N-element array containing the maximum y values at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Gets the color index.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_colored), | intent(in) | :: | this |
The plot_data_colored object. |
The index value.
Gets the appropriate GNUPLOT command string for the object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(in) | :: | this |
The plot_data_error_bars object. |
The command string.
Gets the number of stored data points.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(in) | :: | this |
The plot_data_error_bars object. |
The number of data points.
Gets the appropriate GNUPLOT commands to plot the data itself.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(in) | :: | this |
The plot_data_error_bars object. |
The command string.
Gets the object color.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_colored), | intent(in) | :: | this |
The plot_data_colored object. |
The color.
Gets the name to associate with this data set.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data), | intent(in) | :: | this |
The plot_data object. |
The name.
Checks to see if the x error bar data has been defined, and as a result, if the x error data is to be plotted.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(in) | :: | this |
The plot_data_error_bars object. |
Returns true if the x error bars are to be plotted; else, false.
Checks to see if the y error bar data has been defined, and as a result, if the x error data is to be plotted.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(in) | :: | this |
The plot_data_error_bars object. |
Returns true if the y error bars are to be plotted; else, false.
Checks to see if the x and y error boxes should be utilized.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(in) | :: | this |
The plot_data_error_bars object. |
Returns true if the error boxes are to be plotted; else, false. Notice, the error boxes are only utilized if there is both x and y error data defined, regardless of the value of this property.
Gets a value determining if a defined range is being used to define the error bar extremes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(in) | :: | this |
The plot_data_error_bars object. |
True if a defined range is being used; else, false.
Defines the x error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xerr |
An N-element array containing the x errors at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines the x error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xmin |
An N-element array containing the minimum x values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xmax |
An N-element array containing the maximum x values at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines x and y error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xerr |
An N-element array containing the x errors at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | yerr |
An N-element array containing the y errors at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines the x and y error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xmin |
An N-element array containing the minimum x values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xmax |
An N-element array containing the maximum x values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | ymin |
An N-element array containing the minimum y values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | ymax |
An N-element array containing the maximum x values at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines the y error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | yerr |
An N-element array containing the y errors at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Defines the y error data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
An N-element array containing the x coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | y |
An N-element array containing the y coordinates of the data. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | ymin |
An N-element array containing the minimum y values at each data point. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | ymax |
An N-element array containing the maximum y values at each data point. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
An error handling object. |
Sets the color index.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_colored), | intent(inout) | :: | this |
The plot_data_colored object. |
||
integer(kind=int32), | intent(in) | :: | x |
The index value. |
Sets the object color.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_colored), | intent(inout) | :: | this |
The plot_data_colored object. |
||
type(color), | intent(in) | :: | x |
The color. |
Sets the name to associate with this data set.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data), | intent(inout) | :: | this |
The plot_data object. |
||
character(len=*), | intent(in) | :: | txt |
The name. |
Deterimines if the x and y error boxes should be utilized.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_data_error_bars), | intent(inout) | :: | this |
The plot_data_error_bars object. |
||
logical, | intent(in) | :: | x |
Set to true if the error boxes are to be plotted; else, false. Notice, the error boxes are only utilized if there is both x and y error data defined, regardless of the value of this property. |