-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radar chart feature for visualizing geodemographic classifications #49
Comments
it would definitely be of interest to osnap, but might be better implemented here. Do you have other ideas about useful visualizations for geodemographic-style work? We have @slumnitz joining us for the next few months, so it would be great to capture ideas for other viz we could build into splot that support these analyses |
My vote would probably go to have it here and then use it as needed in @slumnitz, do you think this could be contributed to |
sounds like we're of one mind... if it's implemented here, it would be available to a wider set of use cases and |
Yeah I think all your suggestions make sense! We could create a function api that allows quite generic input here in @SamComber code contributions are always super helpful and welcome! :) We could also think about exposing you project with the splot radar plot as a notebook if you are interested? |
Hi @SamComber would you still be interested in integrating this feature into splot? I am happy to help. Do you have a link to the code to have a look? Also do you have an example viz, that might also help in deciding where this should go. Hope all is well! |
Hi @slumnitz, unfortunately I'm quite tied up finishing off my PhD and internship (concurrently) at the moment, so my time is quite limited for the next two months or so. Here's a code snippet that creates a similar visualisation to what I used in the paper, albeit with some toy data. The code is pretty simple, so I'll paste it below, but I guess a lot more work would be needed to make it robust! I think this would be a really useful feature for summarising geodemographics or even clustering exercises in general, as I struggled to find anything for creating these kind of charts.
|
Having recently worked on a paper that visualizes the findings of a geodemographic classification (w/ @darribas), we were wondering if there might be appetite for introducing a radar chart to the plotting library for displaying multivariate variation across the resulting cluster partitions.
AFAIK there is no quick and easy mapping library offering this functionality, so if there is interest in introducing this feature I would be happy to contribute the code I have been using for the working paper.
The text was updated successfully, but these errors were encountered: