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

Fix tests / fix behavior or remove tests.

At the "Titanic" example nice to use dict: `embark_dict = dict(C='Cherbourg', Q='Cobh', S='Southampton')` as 'breaks' / 'labels' - need to consult ggplot2 docs to figure out which parameter is most...

Nice to be able to create a bunch like: ``` b = GGBunch() .addPlot(p1, 0, 0) .addPlot(p2, 0, 200) ```

In geom_boxplot, dataframe after the stat transformation contains both: `box` data-points and `ouliers` data-points. In the situation when there are large quantities of outliers, the random sampling will drop all...

```python data = { 'label': ["== 0 ==>", "== 60 ==>", "== 120 ==>", "== 180 ==>", "== -60 ==>", "== -120 ==>"], 'angle': [0, 60, 120, 180, -60, -120],...

I can pick point on map and paste the code: ```python geometry = { 'lon': [-71.94375], 'lat': [42.572511] } ``` If I try to use it as `geom_livemap(location=geometry)` I get...

Map should stop showing loading spinner on a connection failure. (In my case the failure was: VM1264:4 WebSocket connection to 'ws://10.0.0.127:3933/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT) [dev build, Jupyter...

Make shape more user-friendly by allowing to use symbols instead of numbers. See matplotlib: https://matplotlib.org/3.1.1/api/markers_api.html

Would be convenient for plotting functions using a lambda syntax. cf. https://ggplot2.tidyverse.org/reference/stat_function.html

See sampling examples [here](https://github.com/JetBrains/datalore-plot/tree/master/docs/examples/jupyter-notebooks)