débit DADA

www.p-a-t.info

_cycle #2

digraph {
  compound=true
  rankdir=RL

  graph [ fontname="Source Sans Pro", fontsize=20 ];
  node [ fontname="Source Sans Pro", fontsize=18];
  edge [ fontname="Source Sans Pro", fontsize=12 ];


  subgraph core {
    c [label=" interviews et rencontres "] [shape=box]
  }
  
  c -> sync [ltail=session lhead=session]

  subgraph cluster1 {
     concentrate=true
    a [label=" contre-performance "] [shape=box]
    b [label=" lecture sans but "] [shape=box]
    sync [label=" tous les lundi 23h" shape=plaintext ]
    b -> sync  [dir="both"]
    sync -> a [dir="both"]
    label="live composition on http://p-node.org"
  }
 
}
débit DA DA www.p-a-t.info _cycle #2 digraph { compound=true rankdir=RL graph [ fontname="Source Sans Pro", fontsize=20 ]; node [ fontname="Source Sans Pro", fontsize=18]; edge [ fontname="Source Sans Pro", fontsize=12 ]; subgraph core { c [label=" interviews et rencontres "] [shape=box] } c -> sync [ltail=session lhead=session] subgraph cluster1 { concentrate=true a [label=" contre-performance "] [shape=box] b [label=" lecture sans but "] [shape=box] sync [label=" tous les lundi 23h" shape=plaintext ] b -> sync [dir="both"] sync -> a [dir="both"] label="live composition on http://p-node.org" } }