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

PyCharm SciView: NaN values are handled incorrectly #282

Closed
alshan opened this issue Jan 6, 2021 · 2 comments
Closed

PyCharm SciView: NaN values are handled incorrectly #282

alshan opened this issue Jan 6, 2021 · 2 comments
Assignees
Milestone

Comments

@alshan
Copy link
Collaborator

alshan commented Jan 6, 2021

When numeric series contains some NaN values, the entire series is treated as 'categorical':

(ggplot() + geom_point(aes(x=[d for d in range(100)]+[float('NaN')]))).show()

produces plot:
image

while, of course, the expected plot is:
image

@alshan alshan self-assigned this Jan 6, 2021
@alshan
Copy link
Collaborator Author

alshan commented Jan 6, 2021

Fixed by this commit: 616e0b4

Will take effect after the next release of Lets-plot.

@alshan alshan added this to the 1.6.0 milestone Jan 6, 2021
@alshan
Copy link
Collaborator Author

alshan commented Feb 10, 2021

Fixed in v2.0.0

@alshan alshan closed this as completed Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant