Igor Alshannikov

Results 90 issues of Igor Alshannikov

See docs: https://ggplot2.tidyverse.org/reference/element.html Needed to be able to move axis labels away from the axis: ![image](https://user-images.githubusercontent.com/4430922/177605791-7b803ac9-ef40-41ee-add2-39e5a0ed1f4a.png)

Currently, lines are drawn on top of all filled areas. ``` import numpy as np from lets_plot import * LetsPlot.setup_html() np.random.seed(12) data = dict( cond=np.repeat(['A','B'], 200), rating=np.concatenate((np.random.normal(0, 1, 200), np.random.normal(1,...

Like: ``` from lets_plot.bistro import * ```

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...

enhancement

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.