--- Begin Message ---Hi all, I would like to do some visualisations with Mondrian where you change the visualisation by selecting actions. For instance you have : b := RTMondrian new. b shape rectangle withTextAbove. b nodes:(1 to: 5). b layout grid. b edges connectFrom: [ :e | e + 1 ]. b build. b viewthen you can click a button to: 1 display/hide the labels above the elements. 2 display/hide some elements (all odd numbers for instance) 3 display/hide connections between elements. I saw a visualisation in the Roassal examples where you can add elements in a dynamic stack grapher. So I presume it is possible to do the same with other types of visus. Any hints? Thanks in advance. Abdelghani
--- End Message ---
[Pharo-users] dynamic interaction with Mondriam
Alidra Abdelghani via Pharo-users Wed, 07 Jun 2017 06:35:04 -0700
- [Pharo-users] dynamic interaction with M... Alidra Abdelghani via Pharo-users
- Re: [Pharo-users] dynamic interacti... Blondeau Vincent
- Re: [Pharo-users] dynamic inter... Alidra Abdelghani via Pharo-users
- Re: [Pharo-users] [Moose-dev] d... Alidra Abdelghani via Pharo-users