grf_display, an Octave code 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 MIT license
grf_display is available in a MATLAB version and an Octave version.
circle_grid_display, an Octave code 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_io, an Octave code which reads and writes files in the GRF format.
grid_display, an Octave code which can display a 2D or 3D grid or sparse grid.
gridlines, an Octave code which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.