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

Multiplatform plotting library based on the Grammar of Graphics

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

We need to support this ``` position = position_stack(vjust = 0.5) ``` to recreate 'stacked bars' example from here: http://ggplot2.tidyverse.org/reference/geom_text.html

Preconditions: ``` from lets_plot import * ggplot(aes()) ``` Steps: - call parameter info for `aes()` Expected: - suitable arguments are listed Actual: - there is only `x` and `y` arguments...

Different colors for path segments are not supported. Steps: - execute the following code: ``` import pandas as pd import numpy as np from lets_plot import * x = np.random.uniform(-1,...

Sometimes I only need to restrict the width of my plot. But I can only specify either both parameters or none, but cannot just change one of them. Here is...

enhancement

If I need to specify `breaks` parameter in `scale_***()`, I have to transform my values into `list`. Generators are not available, even the simple `range`: ```python import numpy as np...

enhancement

The values of vertical text alignment (`vjust` parameter) are between 0 and 1. But 1 (maximum shift) is sometimes too small to separate points and texts. Look at the example...

See discussion: https://stackoverflow.com/questions/52554336/plot-the-equivalent-of-correlation-matrix-for-factors-categorical-data-and-mi/56485520#56485520

enhancement

https://ggplot2.tidyverse.org/reference/geom_text.html#geom-label-

https://ggplot2.tidyverse.org/reference/geom_hex.html

https://patchwork.data-imaginist.com/

enhancement
*