highlighting connected groups

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

highlighting connected groups

abergel
Hi!

Connected groups can be highlighted. I have enhanced the RTMetricNormalizer for this. This feature has been on my todo list for too long :-)

-=-=-=-=-=-=-=-=
b := RTMondrian new.
b shape box size: 10.
b nodes: RTShape withAllSubclasses.

b shape arrowedLine withOffset.
b edges 
moveBehind; connectToAll: #dependentClasses.
b layout force charge: -300.
b normalizer distinctColorForGroup. “ <==== That is the new thing "
b
-=-=-=-=-=-=-=-=


-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




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

Re: highlighting connected groups

Kjell Godo
+1

Hi!

Connected groups can be highlighted. I have enhanced the RTMetricNormalizer for this. This feature has been on my todo list for too long :-)

-=-=-=-=-=-=-=-=
b := RTMondrian new.
b shape box size: 10.
b nodes: RTShape withAllSubclasses.

b shape arrowedLine withOffset.
b edges 
moveBehind; connectToAll: #dependentClasses.
b layout force charge: -300.
b normalizer distinctColorForGroup. “ <==== That is the new thing "
b
-=-=-=-=-=-=-=-=


-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________

Moose-dev mailing list

[hidden email]

https://www.list.inf.unibe.ch/listinfo/moose-dev


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

Screen Shot 2016-12-12 at 5.34.55 PM.png (168K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: highlighting connected groups

Tudor Girba-2
In reply to this post by abergel
Nice idea.

However, I would rename the selector because the meaning of group is a bit unclear. Should we use distinctColorForConnectedParts?

Cheers,
Doru


> On Dec 12, 2016, at 11:36 AM, Alexandre Bergel <[hidden email]> wrote:
>
> Hi!
>
> Connected groups can be highlighted. I have enhanced the RTMetricNormalizer for this. This feature has been on my todo list for too long :-)
>
> -=-=-=-=-=-=-=-=
> b := RTMondrian new.
> b shape box size: 10.
> b nodes: RTShape withAllSubclasses.
>
> b shape arrowedLine withOffset.
> b edges
> moveBehind; connectToAll: #dependentClasses.
> b layout force charge: -300.
> b normalizer distinctColorForGroup. “ <==== That is the new thing "
> b
> -=-=-=-=-=-=-=-=
>
> <Screen Shot 2016-12-12 at 5.34.55 PM.png>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"No matter how many recipes we know, we still value a chef."







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

Re: highlighting connected groups

abergel
+1
Committed!

Thanks
Alexandre


> On Dec 12, 2016, at 7:05 PM, Tudor Girba <[hidden email]> wrote:
>
> Nice idea.
>
> However, I would rename the selector because the meaning of group is a bit unclear. Should we use distinctColorForConnectedParts?
>
> Cheers,
> Doru
>
>
>> On Dec 12, 2016, at 11:36 AM, Alexandre Bergel <[hidden email]> wrote:
>>
>> Hi!
>>
>> Connected groups can be highlighted. I have enhanced the RTMetricNormalizer for this. This feature has been on my todo list for too long :-)
>>
>> -=-=-=-=-=-=-=-=
>> b := RTMondrian new.
>> b shape box size: 10.
>> b nodes: RTShape withAllSubclasses.
>>
>> b shape arrowedLine withOffset.
>> b edges
>> moveBehind; connectToAll: #dependentClasses.
>> b layout force charge: -300.
>> b normalizer distinctColorForGroup. “ <==== That is the new thing "
>> b
>> -=-=-=-=-=-=-=-=
>>
>> <Screen Shot 2016-12-12 at 5.34.55 PM.png>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "No matter how many recipes we know, we still value a chef."
>
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



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