Igor Alshannikov
Igor Alshannikov
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...
See: http://www.cookbook-r.com/Graphs/Scatterplots_(ggplot2)/
See 'Plotting distributions' http://www.cookbook-r.com/Graphs/Plotting_distributions_(ggplot2) BoxPlot demo not working.
Otherwise there is no guarantee that shapes do not overlap.
Preconditions: ``` import numpy as np import pandas as pd import matplotlib.pyplot as plt from lets_plot import * #%% data = dict(x=['aaaaaaaaaaadasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdadasdaasdasdasdasd','b','c']) #%% ggplot(data) + geom_bar(aes('x', fill='x'))+\ ylab('variable..................asdasdasdasd.................name ') ```...
When trying to plot multi-polygon with the `geom_polygon` function I'm getting an error: > ValueError: Unsupported map parameter type: . Should be a GeoDataFrame.