Igor Alshannikov

Results 90 issues of Igor Alshannikov

``` ggplot() + geom_point(x=0, y=0, size=10, size_unit="y") + coord_polar() ``` --- The emptiness ---

bug

`+ scale_shape_identity()` works as expected but `+ scale_identity(aesthetic="shape")` produces error: > Internal error: IllegalStateException : [IdentityDiscreteMapperProvider] Can't create mapper for continuous domain DoubleSpan(21, 22)

bug

See ggplot2 legend [Spacing and margins](https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0-legends/#spacing-and-margins).

ggplot2

https://datalore.jetbrains.com/report/static/HZqq77cegYd.E7get_WnChZ/y8xk12VJ0sHpRHcWnrDhQO > field (string): The name of the variable/aesthetics. The field name begins with ^ for aesthetics. You can specify variable names without a prefix, but the @ prefix can...

documentation

... and few other parameters controlling appearance of facet labels: strip.text.x, strip.text.x.top, strip.text.x.bottom, strip.text.y, strip.text.y.left, strip.text.y.right

ggplot2

``` legend.key, legend.key.size, legend.key.height, legend.key.width, ``` See: https://ggplot2.tidyverse.org/reference/theme.html

ggplot2

To hide tooltip - 'none' And also a note about hiding axis tooltip: set "blank" or element_blank() to the axis_tooltip, axis_tooltipX, axis_tooltipY parameters of the theme() function.

documentation

See ggplot2 axis [Capping](https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0-axes/#capping)

ggplot2

See ggplot2 3.5 : https://www.tidyverse.org/blog/2024/03/ggplot2-3-5-0-coord-radial/#partial-polar-plots

ggplot2

To hide tooltip - `tooltipsNone` or `layerTooltips().none()` And also a note about hiding axis tooltip: set "blank" or elementBlank() to the axisTooltip, axisTooltipX, axisTooltipY parameters of the theme() function.

Documentation