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
Issues
legend
l$rect$w
BIC-megaplots/R/app_server.R
Line 2191 in 4ca4ec1
trace = TRUE
xchar
xchar = cex.leg * 1.2 * par("cex") * xynch(par("cin")[1L])
Line 2092 in 4ca4ec1
Legends items overlay and/or get cut off sometime
Reproduce issue with demo data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issues
legend
returns the wrong width when called first time:l$rect$w
is too low. SeeBIC-megaplots/R/app_server.R
Line 2191 in 4ca4ec1
legend
function withtrace = TRUE
to see the differences inxchar
.xchar = cex.leg * 1.2 * par("cex") * xynch(par("cin")[1L])
BIC-megaplots/R/app_server.R
Line 2092 in 4ca4ec1
legend
function withtrace = TRUE
to see the differences inxchar
.xchar = cex.leg * 1.2 * par("cex") * xynch(par("cin")[1L])
Legends items overlay and/or get cut off sometime

Reproduce issue with demo data

The text was updated successfully, but these errors were encountered: