Ekaterina Arkhipova

Results 2 issues of Ekaterina Arkhipova

If we pick a point on map, shift the map and then paste the code ![CoordsShifted](https://user-images.githubusercontent.com/16665433/111822384-c8f79a80-88f4-11eb-9c00-560f3734db38.png) 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...