Could someone please recommend me some good tool to display the visual complexity. I am presenting Security Design Pattern which contains around 26 sub-patterns which are inter-related. I wish to display their relations in one diagram i.e. may be 26 blocks with the connected links shown by different color.
One site I came across is this – http://www.visualcomplexity.com/vc/ but it has pre-built applications. I am not allowed to customize or use any of these as per my requirement.
Please share if you are aware of any tool which can help me.
Graphviz is an open source graphing library which you may find useful. check out their wikipedia page for a list of applications which are based on Graphviz. I got my copy with php bindings as a pear package. Other bindings also exist.