A colormap object for a surface plot.
Retrieves a string result from a colormap object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(in) | :: | this |
The colormap object. |
The string.
Gets the GNUPLOT command string to represent this colormap object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(in) | :: | this |
The colormap object. |
The command string.
Gets a logical value determining if the border should be drawn.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(in) | :: | this |
The colormap object. |
Returns true if the border should be drawn; else, false.
Gets a logical value determining if the colormap should be drawn horizontally and below the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(in) | :: | this |
The colormap object. |
Returns true if the colormap should be drawn horizontally; else, false.
Gets the label to associate with the colorbar.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(in) | :: | this |
The colormap object. |
The label.
Gets a logical value determining if the tic marks should be drawn.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(in) | :: | this |
The colormap object. |
Returns true if the tic marks should be drawn; else, false.
Sets a logical value determining if the border should be drawn.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(inout) | :: | this |
The colormap object. |
||
logical, | intent(in) | :: | x |
Set to true if the border should be drawn; else, false. |
Sets a logical value determining if the colormap should be drawn horizontally and below the plot.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(inout) | :: | this |
The colormap object. |
||
logical, | intent(in) | :: | x |
Set to true if the colormap should be drawn horizontally; else, false. |
Sets the label to associate with the colorbar.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(inout) | :: | this |
The colormap object. |
||
character(len=*), | intent(in) | :: | x |
The label. |
Sets a logical value determining if the tic marks should be drawn.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(colormap), | intent(inout) | :: | this |
The colormap object. |
||
logical, | intent(in) | :: | x |
Set to true if the tic marks should be drawn; else, false. |