Dear All, Here is a preview of what we will demonstrate at ESUG. Best is to see it live try this: -=-=-=-=-=-=-=-=-=-=-=-= b := RTBundleBuilder new. b from: {TRObject. TRTest} using: #subclasses. b edges shape line color: Color black. b bezier color: (Color blue alpha: 0.5). b useBezierlineWith: #dependentClasses. b build. lb := RTLegendBuilder new. lb view: b view; right. lb addText: 'RTBundleBuilder: TRObject and TRTest subclasses'. lb addColor: Color black text: 'Hierarchy'. lb addColor: (Color r: 0 g: 120 b: 0 range: 255) text: 'Dependent classes'. lb addColor: Color red text: 'Senders'. lb build. b view -=-=-=-=-=-=-=-=-=-=-=-= A very short video is available on: https://vimeo.com/131891902 Cheers, Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
That is really cool.
Volkert Am 26.06.2015 um 20:51 schrieb
Alexandre Bergel:
|
In reply to this post by abergel
Hi Alexandre-- Very nice! I would love to use this for my object memory visualizations[1], so that they can be recomputed live. Have you done any work toward hyperbolic display, as with Walrus[2]? The datasets I work with are sufficiently large that such a technique is indispensable. thanks, -C [1] http://netjam.org/context/viz [2] http://www.caida.org/tools/visualization/walrus -- Craig Latta netjam.org +31 6 2757 7177 (SMS ok) + 1 415 287 3547 (no SMS) |
In reply to this post by abergel
Great job! Doru On Fri, Jun 26, 2015 at 8:51 PM, Alexandre Bergel <[hidden email]> wrote:
|
In reply to this post by ccrraaiigg
We can discuss about this at esug. You are coming right?
Alexandre > On Jun 26, 2015, at 7:52 PM, Craig Latta <[hidden email]> wrote: > > > Hi Alexandre-- > > Very nice! I would love to use this for my object memory > visualizations[1], so that they can be recomputed live. Have you done > any work toward hyperbolic display, as with Walrus[2]? The datasets I > work with are sufficiently large that such a technique is indispensable. > > > thanks, > > -C > > [1] http://netjam.org/context/viz > [2] http://www.caida.org/tools/visualization/walrus > > -- > Craig Latta > netjam.org > +31 6 2757 7177 (SMS ok) > + 1 415 287 3547 (no SMS) > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
Free forum by Nabble | Edit this page |