Packages

Comprehensive graph file format I/O for the yog graph library - Support for GraphML, GDF, JSON (D3, Cytoscape, VisJs), TGF, LEDA, Pajek, Adjacency List/Matrix, and Matrix Market

Current section

Files

Jump to
yog_io include yog_io@pajek_NodeAttributes.hrl
Raw

include/yog_io@pajek_NodeAttributes.hrl

-record(node_attributes, {
x :: gleam@option:option(float()),
y :: gleam@option:option(float()),
shape :: gleam@option:option(yog_io@pajek:node_shape()),
size :: gleam@option:option(float()),
color :: gleam@option:option(binary())
}).