Hi,
Is it possible to have an edge from nodeX to nodeX? I am trying without success, and even if I use node and a copy of that node the edge is not drawn. Any idea? Cheers, Veronica _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
It is drawn, only you do not see it. It would be cool to have a smarter edge drawing logic.
Cheers, Doru On Mon, Oct 3, 2011 at 3:47 PM, Veronica Isabel Uquillas Gomez <[hidden email]> wrote: Hi, -- "Every thing has its own flow" _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Veronica Isabel Uquillas Gomez
Mondrian designates extremities with the model, and not directly the node.
-=-=-=-=-=-=-=-=-=-=-=-= view nodes: #(1 2). view edgesFromAssociations: {1 -> 2}. -=-=-=-=-=-=-=-=-=-=-=-= We have several times discussed the possibility to create an edge between two nodes. I just committed a new version of Mondrian which supports the following: -=-=-=-=-=-=-=-=-=-=-=-= | nodes | nodes := view nodes: #(1 2). view addEdgeFromNode: nodes first toNode: nodes second. -=-=-=-=-=-=-=-=-=-=-=-= Cheers, Alexandre On 3 Oct 2011, at 10:47, Veronica Isabel Uquillas Gomez wrote: > Hi, > > Is it possible to have an edge from nodeX to nodeX? > I am trying without success, and even if I use node and a copy of that node the edge is not drawn. > Any idea? > > Cheers, > Veronica > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Great. However, I believe Veronica refers to the fact that you cannot see an edge that has the same node both as source and as target.
Cheers, Doru On Mon, Oct 3, 2011 at 4:13 PM, Alexandre Bergel <[hidden email]> wrote: Mondrian designates extremities with the model, and not directly the node. -- "Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Indeed, that is the case... the ideal would be to see a circular edge from/to the same node
On 03 Oct 2011, at 16:24, Tudor Girba wrote: Great. However, I believe Veronica refers to the fact that you cannot see an edge that has the same node both as source and as target. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |