Helper function to draw connectivity graphs
plotPoolGraphFromTupleLists(
internalConnections,
inBoundConnections,
outBoundConnections
)
A list of tuples(source,dest) where src and dest are either both integers or both strings(poolnames)
A list of either integers or strings (poolnames)
A list of either integers or strings (poolnames)
The function is used by the plotPoolGraph
generic of the
newer model classes SymbolicModel_by_PoolNames
.