• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Reply to: Malleable grid

Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "Malleable grid"

Collapse

  • NotAllThere
    replied
    Originally posted by doodab View Post
    Are the source nodes also destination nodes and vice versa or are the two sets distinct?
    They're the same set.

    Thanks for the tips - I'll look into them. This is just a toy visualisation project.

    Leave a comment:


  • d000hg
    replied
    Is GraphViz the one used in doxygen?

    Leave a comment:


  • lilelvis2000
    replied
    There is lots of Algorithm on Graph visualisation a quick google shows plenty of good stuff. Most of it freely on online.

    I found this interesting reading. http://cs.brown.edu/~rt/gdhandbook/c...e-directed.pdf

    you might be able to have a play with this OGDF - Open Graph Drawing Framework: start

    Good luck. I had to place a graph into the column once. Made my head spin!

    Leave a comment:


  • doodab
    replied
    Are the source nodes also destination nodes and vice versa or are the two sets distinct?

    I'd have a google for "directed weighted graph visualisation" and see what comes up i.e.

    Gallery | Graphviz - Graph Visualization Software

    https://github.com/networkx/networkx

    Seem to be the first two I get.

    Something like Mathematica / Maple could probably do it as well. Making it easy to reshape on the fly might be tricky though.

    Leave a comment:


  • NotAllThere
    started a topic Malleable grid

    Malleable grid

    I've got some data consisting of a list of source nodes and destination nodes and number. I want to produce a map showing the connections between the nodes, with the connectors being of varying width according to the number.

    In the gui, I'd like to be able to reshape the original map to make it look pretty.

    Any pointers? I've written the model in Java - just not quite sure what do gui-wise.

Working...
X