Hello,
I would like to be able to create a flowchart from a spreadsheet. I have played around with the example of adjacency matrix, edge and node lists. My spreadsheet file contains the name of every state that the state machine uses.
So how do I create a flowchart that has all of the states (nodes) with lines connecting each state (node?). Or should I be using a adjacency matrix?