grf_display


grf_display, a MATLAB code which reads a GRF file containing information about an abstract graph and displays a plot in the MATLAB graphics window.

Usage:

grf_display prefix
or
grf_display ( 'prefix' )
where

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Languages:

grf_display is available in a MATLAB version.

Related Data and Programs:

grf_display_test

circle_grid_display, a MATLAB 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, a MATLAB code which reads and writes files in the GRF format.

grid_display, a MATLAB code which can display a 2D or 3D grid or sparse grid.

gridlines, a MATLAB code which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.

Source Code:


Last revised on 25 January 2019.