mondrian: edge from/to the same node

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

mondrian: edge from/to the same node

Veronica Isabel Uquillas Gomez
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
Reply | Threaded
Open this post in threaded view
|

Re: mondrian: edge from/to the same node

Tudor Girba-2
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,

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



--
--

"Every thing has its own flow"


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: mondrian: edge from/to the same node

abergel
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
Reply | Threaded
Open this post in threaded view
|

Re: mondrian: edge from/to the same node

Tudor Girba-2
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.
-=-=-=-=-=-=-=-=-=-=-=-=
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



--
--

"Every thing has its own flow"


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: mondrian: edge from/to the same node

Veronica Isabel Uquillas Gomez
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.

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.
-=-=-=-=-=-=-=-=-=-=-=-=
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



--
--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev