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

Very weird error at qbarplot( logY = TRUE) #32

Open
vertesy opened this issue Apr 3, 2023 · 0 comments
Open

Very weird error at qbarplot( logY = TRUE) #32

vertesy opened this issue Apr 3, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@vertesy
Copy link
Owner

vertesy commented Apr 3, 2023

Description
Suddenly error arose when using qbarplot( logY = TRUE)

Expected Behavior
Simple conversion to log scale - there are no zeros

On a totally normal vector:

refilter.assigned.to.cells.X
   0    1    2    3    4    5    6    7    8    9   10   11   12   13 
1534 1011  328  157   78   51   30   15   20   18    4    3    5    2 
  14   15   16   17   18   19   25   28   29   33   34 
   2    2    1    2    2    1    1    1    1    1    1 

Buggy Behavior

Error in seq.default(min, max, by = by) : 'from' must be a finite number

It is commented in "R selective finite number error when applying log scale" that its because plot area expansion... but numbers seem to have no effect.

@vertesy vertesy added the bug Something isn't working label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant