JetBrains / JetBrains/lets-plot

Improve tooltip docs

Open
#1,211 0 comments 0 reactions 1 assignee Claimed by @ASmirnov-HORIS View on GitHub
documentation
Dominant language
Kotlin
Stars
1.8k
Forks
60
PR merge metrics
No merged PRs in 30d

Description

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 be also used. It's possible to set a format for all positional aesthetics: ^X (all positional x) and ^Y (all positional y). For example:
>
>field = '^Y' - for all positional y;
>field = '^y' - for y aesthetic;
>field = 'y' - for variable with the name "y".

"field = '^Y' - for all positional y;"
let's change to:
"field = '^Y' - for all Y-axis aesthetic, e.g. `y`, `ymin`, `ymax` etc.;"

Also I can see a strange line on the left of sone sections in the doc:

image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.