From rapaport@cse.Buffalo.EDU Tue Mar 6 09:30:31 2007 Received: from electra.cse.Buffalo.EDU (root@electra.cse.Buffalo.EDU [128.205.32.2]) by castor.cse.Buffalo.EDU (8.13.6/8.12.10) with ESMTP id l26EUUTV027303; Tue, 6 Mar 2007 09:30:30 -0500 (EST) Received: from castor.cse.Buffalo.EDU (root@castor.cse.Buffalo.EDU [128.205.32.14]) by electra.cse.Buffalo.EDU (8.13.6/8.12.10) with ESMTP id l26EUSCq007678 for ; Tue, 6 Mar 2007 09:30:28 -0500 (EST) Received: from castor.cse.Buffalo.EDU (rapaport@localhost [127.0.0.1]) by castor.cse.Buffalo.EDU (8.13.6/8.12.10) with ESMTP id l26EUSmO027298; Tue, 6 Mar 2007 09:30:28 -0500 (EST) Received: (from rapaport@localhost) by castor.cse.Buffalo.EDU (8.13.6/8.12.9/Submit) id l26EURXI027297; Tue, 6 Mar 2007 09:30:27 -0500 (EST) Date: Tue, 6 Mar 2007 09:30:27 -0500 (EST) From: "William J. Rapaport" Message-Id: <200703061430.l26EURXI027297@castor.cse.Buffalo.EDU> To: cse727-sp07-list@listserv.buffalo.edu, snerg@cse.Buffalo.EDU Subject: GRAPH-DRAWING PROGRAMS X-DCC-Buffalo.EDU-Metrics: castor.cse.Buffalo.EDU 1029; Body=0 Fuz1=0 Fuz2=0 Status: R Content-Length: 2103 ------------------------------------------------------------------------ Subject: GRAPH-DRAWING PROGRAMS ------------------------------------------------------------------------ In yesterday's CVA seminar, Paul Heider gave a demo of Gliffy. Ahmed Hassan writes: | From amhassan@buffalo.edu Tue Mar 6 02:44:09 2007 | ... | 1- There is a package called LEDA (for Library of Efficient Datastructures | & Algorithms) that can be included within a Visual C++ projects. It's a | COMMERCIAL product of a German Company "Algorithmic Solutions: | www.algorithmic-solutions.com", that produces many scientific software | products like that LEDA. Programs written under that LEDA platform can work | on almost all PCs (Sun, Intel, ... ). | Since it's a commercial product, it's full of a lot of facilities for | drawing different types of "structures"; graphs are some of them. This is | done through a GUI interface or through giving C++ commands (giving the | labels of nodes and edges, shapes, directions, colors, 3D effects ... etc. | is so easy and under full control of the programmer). It exports (and | imports) almost all famous graph types and image types. | N.B. I'm not sending this as a recommendation/advertisement to buy that | product, I only give as much information as I know. The company allows the | use of an evaluation copy for 1 month for $9, I think. | | 2- There is an executable FREE program "yED.exe: Graph Editor" that can be | downloaded from that works | pretty much the same way as gliffy does. However, compared to gliffy, yED | is: | - off-line program, and can be used to design networks and graphs when not | connected to the Internet, | - more easier to edit and update ALL properties of the nodes and edges of | the graph (like colors, labels, sizes, directions...etc), | - more easier and faster to re-arrange the layouts of the drawn structures, | 3- Of course, there are a lot of other resources, but the 2 previous ones | are what I already used and they satisfy most of the requirements (for me).