GRF_DISPLAY, a MATLAB program which reads a GRF file containing information about an abstract graph and displays a plot in the MATLAB graphics window.
grf_display prefixor
grf_display ( 'prefix' )where
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
GRF_DISPLAY is available in a MATLAB version.
CIRCLE_GRID_DISPLAY, a MATLAB program which reads a matrix of integers, and draws a corresponding grid of circles filled with color.
GRAFFITI, a dataset directory which contains 195 abstract graphs, with adjacency and embedding information, stored in the GRF format.
GRAPH_REPRESENTATION, a data directory of examples of ways of representing abstract mathematical graphs
GRF, a data directory which contains a description of the GRF format and some examples.
GRF_DISPLAY_OPENGL, a C++ program which reads a GRF file defining a mathematical graph and displays it in an OpenGL graphics window.
GRF_IO, a MATLAB library which reads and writes files in the GRF format.
GRID_DISPLAY, a MATLAB library which can display a 2D or 3D grid or sparse grid.
GRIDLINES, a MATLAB library which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.
PLY_DISPLAY, a MATLAB program which displays an image of a 3D graphics file in PLY format;