[][src]Module net_ensembles::dot_constants

constants for dot options

You can chain options by joining them:

use net_ensembles::dot_constants::*;
let chained = &[SPLINES, TRANSPARENT_BG, NO_OVERLAP]
       .join("\n\t");

Constants

EXAMPLE_DOT_OPTIONS

Example options. You are free to use your own. Search for graphviz.

NO_OVERLAP

  • no overlapping nodes for to_dot*
  • SPLINES

  • activate splines for for to_dot*
  • TRANSPARENT_BG

  • use transparent background for to_dot*