Search notes:

Graphviz: attribute type: escString

escString is the type of the following attributes:
Because the lblString type can be an escString, the specifica of escString are also applicable to the following attributes (if they're not used as HTML like labels):
In an escString, some escape sequences are replaced:
digraph MyGraph {

  node [shape=box];

  node_one             [ label="Name of Graph: \G\nName of Node: \N\n "    ]
  node_two;
  node_one -> node_two [label="The Edge '\E' connecting node \H to node \T"]

  subgraph clusterBlaBla {

    label="Cluster (subgraph): \G";

    node_three;

  };

}
Github repository about-Graphviz, path: /labels/escString.dot
The default value of a node's label attribute is \N.

See also

The lblString type
Graphviz: attribute types

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/tools/Gr...', 1758208243, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/tools/Graphviz/attributes/types/escString(92): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78