We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
related: JetBrains/lets-plot#1297
You can use the parameter size_unit='x' (or size_unit='y') in geom_point.
while this solves the issue, it introduces a new issue.
size=1 makes the size 1 unit of x when size_unit='x'
So, if your data span from 0 to 10 vs 0 to 1000 your points will be 100 times smaller in the seconda scenario.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
related:
JetBrains/lets-plot#1297
while this solves the issue, it introduces a new issue.
size=1 makes the size 1 unit of x when size_unit='x'
So, if your data span from 0 to 10 vs 0 to 1000
your points will be 100 times smaller in the seconda scenario.
The text was updated successfully, but these errors were encountered: