GRAPH_OPTIONS

Constant GRAPH_OPTIONS 

Source
const GRAPH_OPTIONS: &str = "\
rankdir=LR \
fontname=\"Helvetica,Arial,sans-serif\" \
node [fontname=\"Helvetica,Arial,sans-serif\"] \
edge [fontname=\"Helvetica,Arial,sans-serif\"];";
Expand description

Define the font type for labels and nodes in the graph