fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Cfplot_core::assignment(=)
 Cfplot_core::cm_get_string_resultRetrieves a string from a colormap
 Cfplot_core::colorConstructs a linearly spaced array
 Cfplot_core::delaunay_tri_2dProvides a container for a 2D Delaunay triangulation
 Cfplot_core::delaunay_tri_surfaceProvides a type describing a triangulated surface
 Cfplot_core::get_string_resultRetrieves a string from a plot_object
 Cfplot_core::operator(/=)
 Cfplot_core::operator(==)
 Cfplot_core::pa_get_string_resultRetrieves a string from a plot_axis
 Cfplot_core::pd_get_string_resultRetrieves a string from a plot_data object
 Cfplot_core::plot_objectThe base type for a GNUPLOT object
 Cfplot_core::colormapA colormap object for a surface plot
 Cfplot_core::cool_colormapDefines a colormap consisting of "cool" colors
 Cfplot_core::custom_colormapDefines a custom colormap that utilizes the FORCOLORMAP library to provide the map
 Cfplot_core::earth_colormapDefines an earthy-colored colormap
 Cfplot_core::grey_colormapDefines a grey-scaled colormap
 Cfplot_core::hot_colormapDefines a colormap consisting of "hot" colors
 Cfplot_core::parula_colormapDefines a colormap equivalent to the MATLAB parula colormap
 Cfplot_core::rainbow_colormapDefines a rainbow colormap
 Cfplot_core::legendDefines a legend object
 Cfplot_core::multiplotDefines a multi-plot layout
 Cfplot_core::plotDefines the basic GNUPLOT plot
 Cfplot_core::plot_2dA plot object defining a 2D plot
 Cfplot_core::plot_barDefines a 2D plot tailored towards bar plotting
 Cfplot_core::plot_3dA plot object defining a 3D plot
 Cfplot_core::surface_plotA plot object defining a 3D surface plot
 Cfplot_core::plot_polarDefines a 2D polar plot
 Cfplot_core::plot_arrowDefines an arrow to be used on by a plot object
 Cfplot_core::plot_axisDescribes a single plot axis
 Cfplot_core::x_axisAn x-axis object
 Cfplot_core::y2_axisA secondary y-axis object
 Cfplot_core::y_axisA y-axis object
 Cfplot_core::z_axisA z-axis object
 Cfplot_core::plot_dataProvides a container for plot data
 Cfplot_core::plot_data_coloredDefines a plot_data based object best represented by a color
 Cfplot_core::filled_plot_dataDefines a two-dimensional filled plot data set
 Cfplot_core::plot_data_barDefines a data set tailored to bar charts
 Cfplot_core::plot_data_histogramA container for plotting data in the form of a histogram
 Cfplot_core::plot_data_error_barsDefines a 2D error bar based data set
 Cfplot_core::plot_data_tri_2dDefines a 2D triangulated data set
 Cfplot_core::scatter_plot_dataA plot_data object for describing scatter plot data sets
 Cfplot_core::plot_data_2dDefines a two-dimensional plot data set
 Cfplot_core::plot_data_3dDefines a three-dimensional plot data set
 Cfplot_core::vector_field_plot_dataDefines a two-dimensional vector-field plot data set
 Cfplot_core::surface_plot_dataProvides a three-dimensional surface plot data set
 Cfplot_core::tri_surface_plot_dataProvides a three-dimensional surface plot data set constructed of triangulated points
 Cfplot_core::plot_labelDefines a label object for a plot
 Cfplot_core::terminalDefines a GNUPLOT terminal object
 Cfplot_core::latex_terminalDefines a GNUPLOT LATEX terminal object
 Cfplot_core::png_terminalDefines a GNUPLOT PNG terminal object
 Cfplot_core::qt_terminalDefines a GNUPLOT QT terminal object
 Cfplot_core::windows_terminalDefines a GNUPLOT Win32 terminal object
 Cfplot_core::wxt_terminalDefines a GNUPLOT WXT terminal object
 Cfplot_core::simplify_polylineSimplifies a 2D or 3D polyline by removing points too close to discern given a specified tolerance
 Cfplot_core::spd_get_int_valueRetrieves an integer value from a scatter_plot_data object
 Cfplot_core::spd_get_string_resultRetrieves a string from a scatter_plot_data object
 Cfplot_core::spd_get_valueRetrieves a numeric value from a scatter_plot_data object
 Cfplot_core::spd_set_valueSets a numeric value into a scatter_plot_data object
 Cfplot_core::term_get_string_resultRetrieves a string from a terminal