Tag cloud
まだ誰も着手していません。
- 主要言語
- F#
- スター
- 860
- フォーク
- 99
- 平均マージ
- 22分
- マージ済み PR(30日)
- 1
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、issue で説明されているスクリプトまたは notebook 環境でプロトタイプを作成し、その後、src/Plotly.NET/ChartAPI/Chart2D.fs にあるトップレベルの Chart API と Range chart の例を読みます。マーカーを非表示にした散布図の使用を検討し、前処理は可視化の外で行います。完了の条件は、Chart API が文字列のコレクション内の出現データからタグクラウドを作成できることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- fsharp
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100