Exploring a data matrix with sunburst

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

Exploring a data matrix with sunburst

Offray
Hi,

I'm trying to make a visualization for medicine information and the idea
is to visualize it following a similar pattern to what is shown at [1],
but in this case, each arc is a medicine and each layer inside the arc
is a published property information of that medicine. Because of that,
seems that the best approach is to use a matrix, containing in the rows
the properties for each medicine and in the columns the medicine.

[1]
http://www.theguardian.com/world/interactive/2012/may/08/gay-rights-united-states

I can produce such matrix with dummy data, but when I try to explore it
using sunburst I'm not getting the proper visualization (look the
attachment). That's because sunburst uses hierarchy and recursion to
pass from the inner circles to the outer ones. So my question is: how
can I use sunburst to explore a matrix, being the inner circles the
first row, the second, the second row and so on.

Thanks,

Offray

sunburst-meds.png (211K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Exploring a data matrix with sunburst

Offray
Anyone?

On 23/10/15 20:54, Offray Vladimir Luna Cárdenas wrote:

> Hi,
>
> I'm trying to make a visualization for medicine information and the
> idea is to visualize it following a similar pattern to what is shown
> at [1], but in this case, each arc is a medicine and each layer inside
> the arc is a published property information of that medicine. Because
> of that, seems that the best approach is to use a matrix, containing
> in the rows the properties for each medicine and in the columns the
> medicine.
>
> [1]
> http://www.theguardian.com/world/interactive/2012/may/08/gay-rights-united-states
>
> I can produce such matrix with dummy data, but when I try to explore
> it using sunburst I'm not getting the proper visualization (look the
> attachment). That's because sunburst uses hierarchy and recursion to
> pass from the inner circles to the outer ones. So my question is: how
> can I use sunburst to explore a matrix, being the inner circles the
> first row, the second, the second row and so on.
>
> Thanks,
>
> Offray


Reply | Threaded
Open this post in threaded view
|

Re: Exploring a data matrix with sunburst

Nicolai Hess-3-2


2015-10-25 13:55 GMT+01:00 Offray Vladimir Luna Cárdenas <[hidden email]>:
Anyone?


No idea, maybe you can implement a new builder, based on the code of sunbirst but with a different usage of the
data.
 

On 23/10/15 20:54, Offray Vladimir Luna Cárdenas wrote:
Hi,

I'm trying to make a visualization for medicine information and the idea is to visualize it following a similar pattern to what is shown at [1], but in this case, each arc is a medicine and each layer inside the arc is a published property information of that medicine. Because of that, seems that the best approach is to use a matrix, containing in the rows the properties for each medicine and in the columns the medicine.

[1] http://www.theguardian.com/world/interactive/2012/may/08/gay-rights-united-states

I can produce such matrix with dummy data, but when I try to explore it using sunburst I'm not getting the proper visualization (look the attachment). That's because sunburst uses hierarchy and recursion to pass from the inner circles to the outer ones. So my question is: how can I use sunburst to explore a matrix, being the inner circles the first row, the second, the second row and so on.

Thanks,

Offray