Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c45e9aed2b23b

Jump to content

Sina plot

From Wikipedia, the free encyclopedia
A violin plot (on the left) and a sina plot (on the right) for the same sample.

A sina plot is a type of diagram in which numerical data are depicted by points distributed in such a way that the width of the point distribution is proportional to the kernel density.[1][2] Sina plots are similar to violin plots, but while violin plots depict kernel density, sina plots depict the points themselves. In some situations, sina plots may be preferable to violin plots, because sina plots contain more information.[3][4]

The term "sina plot" is intended to recognize the contributions of Sina Hadi Sohi, a student at the University of Copenhagen in Denmark. Sina created the original code that researchers at the university used to generate these plots.[2]

There are a number of ways to create sina plots, in particular:

See also

[edit]

References

[edit]
  1. Sidiropoulos, Nikos; Sohi, Sina Hadi; Pedersen, Thomas Lin; Porse, Bo Torben; Winther, Ole; Rapin, Nicolas; Bagger, Frederik Otzen (2018-07-03). "SinaPlot: An Enhanced Chart for Simple and Truthful Representation of Single Observations Over Multiple Classes". Journal of Computational and Graphical Statistics. 27 (3): 673–676. doi:10.1080/10618600.2017.1366914. ISSN 1061-8600.
  2. 1 2 Wilke, Claus (2019). Fundamentals of data visualization: a primer on making informative and compelling figures (First ed.). Beijing Boston Farnham Sebastopol Tokyo: O'Reilly. ISBN 978-1-4920-3108-6.
  3. "Sinaplot vs Violin plot - Why Sinaplot is better than Violinplot in R". GeeksforGeeks. 2023-02-03. Retrieved 2023-11-18.
  4. datavizpyr (2021-03-28). "Sinaplot vs Violin plot: Why Sinaplot is better than Violinplot - Data Viz with Python and R". Retrieved 2023-11-18.
  5. https://ggforce.data-imaginist.com/reference/geom_sina.html
  6. https://cran.r-project.org/web/packages/sinaplot/vignettes/SinaPlot.html
  7. https://plotnine.readthedocs.io/en/stable/generated/plotnine.geoms.geom_sina.html