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 |
+1
_______________________________________________ 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 |
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 |
+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 |
Free forum by Nabble | Edit this page |