Author Topic: GraphViz type graphing  (Read 3095 times)

Ronnie Chowdhury

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
GraphViz type graphing
« on: January 20, 2010, 03:38:11 am »
Hi all,

I'm fairly new to EA and I'd like to do some sort of visual analysis on data. What 'toolkit' would be the best way of connecting a bunch of data together in the graphviz kind of way (but more advanced I hope!)

Ronnie

dmf

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: GraphViz type graphing
« Reply #1 on: January 20, 2010, 09:14:57 am »
I recommend using EA's auto diagram layout features along with automation as a means of performing analysis of networks within EA.  I love graphviz but it is useful for output only.  I currently use automation via Python for network analysis - works well.

You can set a couple of visual properties of elements & links on diagrams (eg. colour, border width) via automation to help with visual analysis.

Ronnie Chowdhury

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: GraphViz type graphing
« Reply #2 on: January 20, 2010, 09:14:31 pm »
Thanks for that.

I'll have an explore of python and see what comes out. Yeah I like graphviz too but EA is way cooler to use.

Ronnie