RE: [flexcoders] data visualization...creative idea?

2008-05-29 Thread Gregor Kiddie
You can show three dimensions in two with some pretty effective results.

http://www.gapminder.org/world/ is a great example of visualising
complex data, I've used similar graphs to show a lot of data at once.

 

Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:   01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
blocked::http://www.inps.co.uk/ 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact [EMAIL PROTECTED]



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Don Kerr
Sent: 28 May 2008 20:10
To: flexcoders@yahoogroups.com
Subject: [flexcoders] data visualization...creative idea?

 

Any creative ideas on this?

I have an change impact triad: Cost, Schedule, Technical

Cost is (1M,1M-25M, 25M)
Schedule is (1mo,1mo-1yr,1yr)
Technical is (Minor,Moderate,Significant)

When a change request (changeID) is proposed it is evaluated on these
three scales for the purpose of comparison (prioritization,design
trade decisions, etc.).

I'm trying to imagine ways to visualize this data to compare changes.
Goal would be to see all changes that have the highest impact relative
to these three dimensions. 

As I ponder it, I thought I'd bounce it off you. Maybe you can help me
think of creative ways do visualize it in Flex to help management
evaluate proposed changes.:)

Thanks,
Don

 



Re: [flexcoders] data visualization...creative idea?

2008-05-29 Thread Christophe Jolif
Don,

You have 3 decision dimensions. So you need a display that can represent these 
3 dimensions in a way or another.

An example a 3 dimensions component is the treemap. I gives you coloring, 
sizing and hierarchy. And you can map each of this property to one of  your 
decision dimension.

For example you can map the size of the treemap cells to the cost, the color 
of the cells to the technical impact and then the hierarchy of the treemap to 
the schedule.

Doing would give the most costful changes as the biggest cells with (for 
example) the red color under the 1yr schedule subtree.

The cheap changes would be the smallest cells with (for example) the green 
color under the 1mo subtree.

See:
http://visudemos.ilog.com/webdemos/treemap/treemap.html

for the kind of display you can get with a treemap in Flex.

Of course any components with at least 3 inputs parameters can be used.

Hope this helps,
--
Christophe
http://elixir.ilog.com


Don Kerr wrote:
 Any creative ideas on this?
 
 I have an change impact triad: Cost, Schedule, Technical
 
 Cost is (1M,1M-25M, 25M)
 Schedule is (1mo,1mo-1yr,1yr)
 Technical is (Minor,Moderate,Significant)
 
 When a change request (changeID) is proposed it is evaluated on these
 three scales for the purpose of comparison (prioritization,design
 trade decisions, etc.).
 
 I'm trying to imagine ways to visualize this data to compare changes.
 Goal would be to see all changes that have the highest impact relative
 to these three dimensions. 
 
 As I ponder it, I thought I'd bounce it off you. Maybe you can help me
 think of creative ways do visualize it in Flex to help management
 evaluate proposed changes.:)
 
 Thanks,
 Don
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 
 
 


-- 
Christophe



[flexcoders] data visualization...creative idea?

2008-05-28 Thread Don Kerr
Any creative ideas on this?

I have an change impact triad: Cost, Schedule, Technical

Cost is (1M,1M-25M, 25M)
Schedule is (1mo,1mo-1yr,1yr)
Technical is (Minor,Moderate,Significant)

When a change request (changeID) is proposed it is evaluated on these
three scales for the purpose of comparison (prioritization,design
trade decisions, etc.).

I'm trying to imagine ways to visualize this data to compare changes.
Goal would be to see all changes that have the highest impact relative
to these three dimensions. 

As I ponder it, I thought I'd bounce it off you. Maybe you can help me
think of creative ways do visualize it in Flex to help management
evaluate proposed changes.:)

Thanks,
Don