Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Bools are converted to NaN #47

Closed
jtuckerk opened this issue Apr 3, 2020 · 1 comment
Closed

Bools are converted to NaN #47

jtuckerk opened this issue Apr 3, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@jtuckerk
Copy link

jtuckerk commented Apr 3, 2020

True and False are both converted to NaN in the inline display and in a saved html plot in version 0.1.7.post3

import hiplot as hip
print(hip.__version__)
l = [{'a': 0, 'b':'hey', 'c':False},
     {'a': 0, 'b':'hey2', 'c':True},
]
exp_vis = hip.Experiment.from_iterable(l)
html = exp_vis.to_html('/tmp/hiplot.html')
exp_vis.display()

hiplotnan

edited: added version

@danthe3rd danthe3rd added the bug Something isn't working label Apr 14, 2020
@danthe3rd
Copy link
Contributor

Hi :)
Thanks for the bug report. It'll be fixed in the next version with this change (#51).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants