Tag cloud
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- F#
- Estrelas
- 860
- Forks
- 99
- Merge médio
- 22min
- PRs com merge (30d)
- 1
Descrição
Description
A tag cloud is a visual representation for text data, typically used to depict keyword metadata (tags) on websites, to visualize free form text or to analyses speeches( e.g. election’s campaign). Tags are usually single words, and the importance of each tag is shown with font size or color. This format is useful for quickly perceiving the most prominent terms and for locating a term alphabetically to determine its relative prominence [1].
Depending on the level of sophistication, calculating positioning in a given space can become quite complex [2, 3]. If you need external dependencies, make sure to move this issue to the FsLab repository
Example
References
- [1] https://datavizproject.com/data-type/tag-cloud/
- [2] https://en.wikipedia.org/wiki/Tag_cloud#Collocate_clouds
- [3] https://i11www.iti.kit.edu/extra/publications/bfklnopsuw-swcrh-14.pdf
Pointers
- Ideally, you start prototyping in a scripting or notebook environment where you can iterate fast. installation instructions can be found here: https://plotly.net/#Installation
- Charts like this that are using baseline trace types to create a new chart type should only be implemented in the top-level Chart API. An example where this is already done is the Range chart that combines a set of differently styled line charts.
- Ideally prevent text processing and just focus the plot on creating the tag cloud based on occurrence in a collection of strings. Preprocessing should be done in the pipeline before applying the visualization technique.
Hints (click to expand if you need additional pointers)
- you can position text on a scatterplot and hide the markers to only show text
- in a more sophisticated manner, you can also draw shapes on a plot that are either boxes containing text or even svg paths representing the text.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Direção de pesquisa
Comece criando um protótipo no ambiente de scripting ou notebook descrito na issue e, em seguida, leia a Chart API de nível superior e o exemplo de Range chart em src/Plotly.NET/ChartAPI/Chart2D.fs. Explore o uso de um gráfico de dispersão com os marcadores ocultos, mantendo o pré-processamento fora da visualização. O trabalho estará concluído quando a Chart API puder criar uma nuvem de tags a partir de dados de ocorrência em uma coleção de strings.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- fsharp
- Domínio
- data-visualization
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 35/100