fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
|
Defines a grey-scaled colormap. More...
Public Member Functions | |
procedure, public | get_color_string gcm_get_clr |
Gets the GNUPLOT string defining the color distribution. | |
Public Member Functions inherited from fplot_core::colormap | |
procedure, public | get_command_string cm_get_cmd |
Gets the GNUPLOT command string to represent this colormap object. | |
procedure, public | get_label cm_get_label |
Gets the label to associate with the colorbar. | |
procedure, public | set_label cm_set_label |
Sets the label to associate with the colorbar. | |
procedure, public | get_horizontal cm_get_horizontal |
Gets a logical value determining if the colormap should be drawn horizontally and below the plot. | |
procedure, public | set_horizontal cm_set_horizontal |
Sets a logical value determining if the colormap should be drawn horizontally and below the plot. | |
procedure, public | get_draw_border cm_get_draw_border |
Gets a logical value determining if the border should be drawn. | |
procedure, public | set_draw_border cm_set_draw_border |
Sets a logical value determining if the border should be drawn. | |
procedure, public | get_show_tics cm_get_show_tics |
Gets a logical value determining if the tic marks should be drawn. | |
procedure, public | set_show_tics cm_set_show_tics |
Sets a logical value determining if the tic marks should be drawn. | |
Additional Inherited Members | |
Public Attributes inherited from fplot_core::colormap | |
logical | m_horizontal = .false. |
The colormap should be drawn horizontally. | |
logical | m_drawborder = .true. |
Draw the colormap border. | |
logical | m_showtics = .true. |
Show the tic marks. | |
Defines a grey-scaled colormap.
Definition at line 2571 of file fplot_core.f90.
|
virtual |
Gets the GNUPLOT string defining the color distribution.
[in] | this | The grey_colormap object. |
Implements fplot_core::colormap.
Definition at line 2582 of file fplot_core.f90.