Issue 1004 in moose-technology: Roassal should offer circular treemaps

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

Issue 1004 in moose-technology: Roassal should offer circular treemaps

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Enhancement Priority-Medium Component-Roassal Milestone-5.0

New issue 1004 by [hidden email]: Roassal should offer circular  
treemaps
http://code.google.com/p/moose-technology/issues/detail?id=1004

Rectangle treemaps are nice, but the still make it difficult to understand  
deep nesting. Circular treemaps do a better job there.

It should not be hard to extend the TreeMapBuilder to support this.

See here:
http://lip.sourceforge.net/ctreemap.html

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1004 in moose-technology: Roassal should offer circular treemaps

moose-technology
Updates:
        Labels: -Milestone-5.0

Comment #1 on issue 1004 by [hidden email]: Roassal should offer  
circular treemaps
https://code.google.com/p/moose-technology/issues/detail?id=1004

I guess not now.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1004 in moose-technology: Roassal should offer circular treemaps

moose-technology

Comment #2 on issue 1004 by [hidden email]: Roassal should offer  
circular treemaps
https://code.google.com/p/moose-technology/issues/detail?id=1004

We started to work on this...

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1004 in moose-technology: Roassal should offer circular treemaps

moose-technology

Comment #3 on issue 1004 by [hidden email]: Roassal should offer  
circular treemaps
https://code.google.com/p/moose-technology/issues/detail?id=1004

We have just started to work on this...

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1004 in moose-technology: Roassal should offer circular treemaps

moose-technology

Comment #4 on issue 1004 by [hidden email]: Roassal should offer  
circular treemaps
https://code.google.com/p/moose-technology/issues/detail?id=1004

Great!

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1004 in moose-technology: Roassal should offer circular treemaps

moose-technology

Comment #5 on issue 1004 by [hidden email]: Roassal should offer  
circular treemaps
https://code.google.com/p/moose-technology/issues/detail?id=1004

In Roassal2

Consider the example:


        | b  |
        b := RTCircularTreeMapBuilder new.
       
        b shape
                color: Color transparent;
                borderWidth: 1;
                borderColor: Color black;
                if: [ :cls | cls subclasses isEmpty ] fillColor: [ :cls|
                        (Smalltalk includesKey: (cls name, 'Test') asSymbol) ifTrue: [ Color  
green ]
                        ifFalse: [ Color purple ] ].
        b
                baseradius: 200;
                weight: [ :cls | cls withAllSubclasses size].
        b explore: RTObject
                using: #subclasses.
       
        b build.



Attachments:
        Screen Shot 2015-02-27 at 2.15.36 PM.png  130 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1004 in moose-technology: Roassal should offer circular treemaps

moose-technology
Updates:
        Status: Fixed

Comment #6 on issue 1004 by [hidden email]: Roassal should offer  
circular treemaps
https://code.google.com/p/moose-technology/issues/detail?id=1004

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev