Search found 4 matches

by nvedia
Tue Mar 17, 2015 7:21 pm
Forum: Graphics, Figures & Tables
Topic: Advice on building dependency diagram
Replies: 8
Views: 9071

Re: Advice on building dependency diagram

Thanks so much Stefan
it worked!
by nvedia
Sat Feb 21, 2015 1:17 am
Forum: Graphics, Figures & Tables
Topic: Advice on building dependency diagram
Replies: 8
Views: 9071

Advice on building dependency diagram



What do you mean by putting all dependencies in a file? Each graph will most likely be on tikz-picture. You need to do manual some work to get the graphs, there is no completely automated version.

What I mean is given this data
S1-->S2, S3
S3-->S1, S4

the program should position the nodes and ...
by nvedia
Sat Feb 21, 2015 12:26 am
Forum: Graphics, Figures & Tables
Topic: Advice on building dependency diagram
Replies: 8
Views: 9071

Re: Advice on building dependency diagram

Thanks Johannes_B
This is what I mean by highlighting

http://live.yworks.com/demobrowser/inde ... aph-Viewer

Also, using Texample, can I just put my dependencies in one file and all the graphs would be built automatically as I keep changing the data ?
by nvedia
Fri Feb 20, 2015 11:15 pm
Forum: Graphics, Figures & Tables
Topic: Advice on building dependency diagram
Replies: 8
Views: 9071

Advice on building dependency diagram

I have to build a dependency diagram

There are 5 systems, S1, S2, S3, S4, S5

S1 --> S2 means S1 depends on S2

S1 --> S2, S3, S4

S2 --> S3, S5

S3 --> S2, S5

S4 --> S5

S5 --> S1, S2, S3, S4

How can I build dependency diagram like the one attached?

Also, is it possible that once I click on ...