plotly / Plotly.NET

interactive graphing library for .NET programming languages :chart_with_upwards_trend:
https://plotly.net
MIT License
649 stars 84 forks source link

Tag cloud #419

Open kMutagene opened 11 months ago

kMutagene commented 11 months ago

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

Pointers

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](https://plotly.net/reference/plotly-net-layoutobjects-shape.html) on a plot that are either boxes containing text or even svg paths representing the text.
pirrmann commented 11 months ago

I'd like to work on this one as well!