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
I often run into a situation where I want to
gs <- gsplot() %>% lines(x=c(1,2), y=c(4,2), callouts=list(labels=c(NA, "data"), col="blue")) %>% rect(xleft=1, xright=17, ybottom=1, ytop=27, density=10, angle=130, col='darkblue') gs
and have the rect impact the limits and other things, and times when I want it to not:
gs <- gsplot() %>% lines(x=c(1,2), y=c(4,2), callouts=list(labels=c(NA, "data"), col="blue")) %>% rect_(xleft=1, xright=17, ybottom=1, ytop=27, density=10, angle=130, col='darkblue') gs
a couple things here:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I often run into a situation where I want to
and have the rect impact the limits and other things, and times when I want it to not:
a couple things here:
The text was updated successfully, but these errors were encountered: