Visualizing your Data

Topic Infobox Question-icon.png
Linked pages on this wiki Tools (0),

Projects (1),

People (0)

Hints and tools to help R and Py programmers visualize data.

GalleriesEdit

https://datavizcatalogue.com/index.html Suggests charts based on needs and has a list to peruse.

Examples in Health Tracking.Edit

https://old.reddit.com/r/QuantifiedSelf/search/?q=XPOST&include_over_18=on&restrict_sr=on&t=all&sort=top many off reddit/dataisbeautiful

https://annofoneblog.wordpress.com/2021/11/09/finding-patterns-in-my-days-a-visual-exploration-of-my-oura-data%ef%bf%bc/ PCA tree

chernoffs faces[1] also violin, heatmap and illustrated success motivates.

heatmap can be used to see cyclical data such as setting x to month and y to week and the color to target variable.

howisfelix.today/? Flight network map, two topic calendar, smooth with difference time series, sankey?.

ToolsEdit

interactive, specifically for time series https://paulvanderlaken.com/2017/08/10/r-resources-cheatsheets-tutorials-books/#advanced http://rstudio.github.io/dygraphs/ https://daattali.com/shiny/timevis-demo/

https://awesome.cube.dev/ lots of viz tools

Interactive DesignEdit

https://cran.r-project.org/web/packages/ggraptR/vignettes/ggraptR.html interactively design viz or explore your data.