fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
|
Cfplot_core::assignment(=) | |
Cfplot_core::cm_get_string_result | Retrieves a string from a colormap |
Cfplot_core::color | Constructs a linearly spaced array |
▼Cfplot_core::delaunay_tri_2d | Provides a container for a 2D Delaunay triangulation |
Cfplot_core::delaunay_tri_surface | Provides a type describing a triangulated surface |
Cfplot_core::get_string_result | Retrieves a string from a plot_object |
Cfplot_core::operator(/=) | |
Cfplot_core::operator(==) | |
Cfplot_core::pa_get_string_result | Retrieves a string from a plot_axis |
Cfplot_core::pd_get_string_result | Retrieves a string from a plot_data object |
▼Cfplot_core::plot_object | The base type for a GNUPLOT object |
▼Cfplot_core::colormap | A colormap object for a surface plot |
Cfplot_core::cool_colormap | Defines a colormap consisting of "cool" colors |
Cfplot_core::custom_colormap | Defines a custom colormap that utilizes the FORCOLORMAP library to provide the map |
Cfplot_core::earth_colormap | Defines an earthy-colored colormap |
Cfplot_core::grey_colormap | Defines a grey-scaled colormap |
Cfplot_core::hot_colormap | Defines a colormap consisting of "hot" colors |
Cfplot_core::parula_colormap | Defines a colormap equivalent to the MATLAB parula colormap |
Cfplot_core::rainbow_colormap | Defines a rainbow colormap |
Cfplot_core::legend | Defines a legend object |
Cfplot_core::multiplot | Defines a multi-plot layout |
▼Cfplot_core::plot | Defines the basic GNUPLOT plot |
▼Cfplot_core::plot_2d | A plot object defining a 2D plot |
Cfplot_core::plot_bar | Defines a 2D plot tailored towards bar plotting |
▼Cfplot_core::plot_3d | A plot object defining a 3D plot |
Cfplot_core::surface_plot | A plot object defining a 3D surface plot |
Cfplot_core::plot_polar | Defines a 2D polar plot |
Cfplot_core::plot_arrow | Defines an arrow to be used on by a plot object |
▼Cfplot_core::plot_axis | Describes a single plot axis |
Cfplot_core::x_axis | An x-axis object |
Cfplot_core::y2_axis | A secondary y-axis object |
Cfplot_core::y_axis | A y-axis object |
Cfplot_core::z_axis | A z-axis object |
▼Cfplot_core::plot_data | Provides a container for plot data |
▼Cfplot_core::plot_data_colored | Defines a plot_data based object best represented by a color |
Cfplot_core::filled_plot_data | Defines a two-dimensional filled plot data set |
▼Cfplot_core::plot_data_bar | Defines a data set tailored to bar charts |
Cfplot_core::plot_data_histogram | A container for plotting data in the form of a histogram |
Cfplot_core::plot_data_error_bars | Defines a 2D error bar based data set |
Cfplot_core::plot_data_tri_2d | Defines a 2D triangulated data set |
▼Cfplot_core::scatter_plot_data | A plot_data object for describing scatter plot data sets |
Cfplot_core::plot_data_2d | Defines a two-dimensional plot data set |
Cfplot_core::plot_data_3d | Defines a three-dimensional plot data set |
Cfplot_core::vector_field_plot_data | Defines a two-dimensional vector-field plot data set |
Cfplot_core::surface_plot_data | Provides a three-dimensional surface plot data set |
Cfplot_core::tri_surface_plot_data | Provides a three-dimensional surface plot data set constructed of triangulated points |
Cfplot_core::plot_label | Defines a label object for a plot |
▼Cfplot_core::terminal | Defines a GNUPLOT terminal object |
Cfplot_core::latex_terminal | Defines a GNUPLOT LATEX terminal object |
Cfplot_core::png_terminal | Defines a GNUPLOT PNG terminal object |
Cfplot_core::qt_terminal | Defines a GNUPLOT QT terminal object |
Cfplot_core::windows_terminal | Defines a GNUPLOT Win32 terminal object |
Cfplot_core::wxt_terminal | Defines a GNUPLOT WXT terminal object |
Cfplot_core::simplify_polyline | Simplifies a 2D or 3D polyline by removing points too close to discern given a specified tolerance |
Cfplot_core::spd_get_int_value | Retrieves an integer value from a scatter_plot_data object |
Cfplot_core::spd_get_string_result | Retrieves a string from a scatter_plot_data object |
Cfplot_core::spd_get_value | Retrieves a numeric value from a scatter_plot_data object |
Cfplot_core::spd_set_value | Sets a numeric value into a scatter_plot_data object |
Cfplot_core::term_get_string_result | Retrieves a string from a terminal |