Skip to content
New issue

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

Problme with iaxs= in hist.formula #46

Closed
droglenc opened this issue Jun 3, 2018 · 1 comment
Closed

Problme with iaxs= in hist.formula #46

droglenc opened this issue Jun 3, 2018 · 1 comment
Assignees
Labels

Comments

@droglenc
Copy link
Contributor

droglenc commented Jun 3, 2018

A histogram that follows a histogram made with iaxs=TRUE does not seem to refresh the plot. Try this (from the examples in hist.formula()).

hist(~Sepal.Length,data=iris,xlab="Sepal Length (cm)",iaxs=FALSE)
hist(~Sepal.Length,data=iris,xlab="Sepal Length (cm)")

But then running this is OK ..

hist(~Sepal.Length,data=iris,xlab="Sepal Length (cm)")
@droglenc droglenc added the bug label Jun 3, 2018
@droglenc droglenc self-assigned this Jun 3, 2018
@droglenc
Copy link
Contributor Author

Will be fixed in v0.8.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant