lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Multiplatform plotting library based on the Grammar of Graphics

Results 277 lets-plot issues
Sort by recently updated
recently updated
newest added

Example: ```python data = { 'x': [0, 0, 2, 0, 0, 8], 'y': [0, 1, 0, 0, 2, 0], 'f': ['a'] * 3 + ['b'] * 3, } ggplot(data, aes('x',...

The radius of the spokes can be interpreted differently in different plots: 1. The radius units are bound to the axis units. Example: ```python wind_data = { 'x': [0, 0,...

Report: https://nvd.nist.gov/vuln/detail/CVE-2024-49580 Need to upgrade to `ktor:3.0.0`

See ggplot2 [Logarithmic axes](https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0-axes/#logarithmic-axes)

ggplot2

See ggplot2 [Minor ticks](https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0-axes/#minor-ticks)

ggplot2

See ggplot2 Legend placement: https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0-legends/#placement

ggplot2

`geom_contour()` fails with an unclear error when the input data is not ordered in a specific way. This happens even when the data forms a valid and complete grid. Example:...