hubble icon indicating copy to clipboard operation
hubble copied to clipboard

programming languages in use

Open mlbright opened this issue 6 years ago • 1 comments

GitHub has data about programming languages used in all its repositories. Given a .tsv of orgs, repos and languages in use, would it be interesting to add some kind of visualization like a bubble chart? If the .tsv file has (language, number-of-characters) tuples, this should be possible. If we want to break it down by organization, something like this might be interesting too.

mlbright avatar Feb 02 '18 15:02 mlbright

@mlbright: Thanks for the suggestion. I agree that it would be interesting to visualize the programming language usage in Hubble.

The bubble charts really look cool and would fit nicely into Hubble. I think that bubble charts have some drawbacks conveying certain types of information (for example, finding out the order of the data points, or comparing the size of two data points that are farther apart). However, this might not be relevant for a chart about programming languages 🙂. I’ll think about this, but from my perspective, we could already start collecting the information 😄.

pluehne avatar Feb 05 '18 11:02 pluehne