lets-plot
lets-plot copied to clipboard
Multiplatform plotting library based on the Grammar of Graphics
Usually, the names of packages by JetBrains start with `org.jetbrains`.
Currently, segment connects to points without taking in account the shape of points. If the shape of an end-point (or a graph vertex) has significant dimensions, then for example, segment...
Example: https://stackoverflow.com/a/40927909/946635
Example: ``` df = { 'x': ["a"] * 10 + ["b"] * 40, 'y': [0.2] * 10 + [0.1] * 10 + [0.2] * 20 + [0.3] * 10 }...
https://ggplot2.tidyverse.org/reference/stat_ecdf.html
https://ggplot2.tidyverse.org/reference/geom_rug.html
Similar to [seaborn.jointplot](https://seaborn.pydata.org/generated/seaborn.jointplot.html)
https://ggplot2.tidyverse.org/reference/stat_summary.html
Automatically choose `orientation="y"` for geometries `bar, boxplot, violin` when when aes y is discrete.