Derived Types

TypeLocationExtendsDescription
colorfplot_colorsNone

Describes an RGB color.

colormapfplot_colormapplot_object

A colormap object for a surface plot.

cool_colormapfplot_colormapcolormap

Defines a colormap consisting of "cool" colors.

custom_colormapfplot_colormapcolormap

Defines a custom colormap that utilizes the FORCOLORMAP library to provide the map.

delaunay_tri_2dfplot_triangulations_delaunay_2dNone

Provides a container for a 2D Delaunay triangulation.

delaunay_tri_surfacefplot_delaunay_tri_surfacedelaunay_tri_2d

Provides a type describing a triangulated surface.

earth_colormapfplot_colormapcolormap

Defines an earthy-colored colormap.

filled_plot_datafplot_filled_plot_dataplot_data_colored

Defines a two-dimensional filled plot data set.

grey_colormapfplot_colormapcolormap

Defines a grey-scaled colormap.

hot_colormapfplot_colormapcolormap

Defines a colormap consisting of "hot" colors.

latex_terminalfplot_latex_terminalterminal

A LATEX terminal.

legendfplot_legendplot_object

Defines a legend object.

multiplotfplot_multiplotplot_object

Defines a multi-plot layout.

parula_colormapfplot_colormapcolormap

Defines a colormap equivalent to the MATLAB parula colormap.

plotfplot_plotplot_object

Defines the basic GNUPLOT plot.

plot_2dfplot_plot_2dplot

A plot object defining a 2D plot.

plot_3dfplot_plot_3dplot

A plot object defining a 3D plot.

plot_arrowfplot_arrowplot_object

Defines an arrow that can be drawn on a plot.

plot_axisfplot_plot_axisplot_object
plot_barfplot_plot_barplot_2d

Defines a 2D plot tailored towards bar plotting.

plot_datafplot_plot_dataplot_object

A container for plot data.

plot_data_2dfplot_plot_data_2dscatter_plot_data

Defines a two-dimensional plot data set.

plot_data_3dfplot_plot_data_3dscatter_plot_data

Defines a three-dimensional plot data set.

plot_data_barfplot_plot_data_barplot_data_colored

Defines a data set tailored to bar charts.

plot_data_coloredfplot_plot_dataplot_data

Defines a colored plot data set.

plot_data_error_barsfplot_plot_data_error_barsplot_data_colored

Defines a 2D error-bar based data set.

plot_data_histogramfplot_plot_data_histogramplot_data_bar

A container for plotting data in the form of a histogram.

plot_data_tri_2dfplot_plot_data_tri_2dplot_data_colored

Defines a 2D triangulated data set.

plot_labelfplot_labelplot_object

Defines a plot label.

plot_objectfplot_plot_objectNone

The base type for all plot objects.

plot_polarfplot_plot_polarplot
png_terminalfplot_png_terminalterminal

Defines a terminal used for producing PNG outputs.

qt_terminalfplot_qt_terminalterminal

Defines a terminal that utilizes QT.

rainbow_colormapfplot_colormapcolormap

Defines a rainbow colormap.

scatter_plot_datafplot_plot_dataplot_data_colored

A plot_data object for describing scatter plot data sets.

surface_plotfplot_surface_plotplot_3d
surface_plot_datafplot_surface_plot_dataplot_data

Provides a three-dimensional surface plot data set.

terminalfplot_terminalplot_object

A GNUPLOT terminal object.

tri_surface_plot_datafplot_tri_surface_plot_dataplot_data

Provides a three-dimensional surface plot data set constructed of triangulated points.

vector_field_plot_datafplot_vector_field_plot_dataplot_data_colored

Defines a two-dimensional vector-field plot data set.

windows_terminalfplot_windows_terminalterminal

A Windows-specific terminal.

wxt_terminalfplot_wxt_terminalterminal

A WXT terminal.

x_axisfplot_plot_axisplot_axis

Defines an x-axis object.

y2_axisfplot_plot_axisplot_axis

Defines a secondary y-axis object.

y_axisfplot_plot_axisplot_axis

Defines a y-axis object.

z_axisfplot_plot_axisplot_axis

Defines a z-axis object.