Ekaterina Arkhipova
Results
2
issues of
Ekaterina Arkhipova
If we pick a point on map, shift the map and then paste the code  the coordinates will be shifted too ``` geometry = { 'lon': [-72.106429], 'lat': [52.829095]...
Example: ``` data = { 'val': [1, 2, 3], 'min': [-2, -1, -2], 'max': [1, 2, 0], } ggplot(data) + geom_ribbon(aes(y='val', xmin='min', xmax='max')) ``` The tooltip appears in wrong place...