Skip to content

Using custom color scheme in vaex.viz.histogram #1728

Answered by JovanVeljanoski
DanielvdC asked this question in Q&A
Discussion options

You must be logged in to vote

Well, you can't really plot 3 billion points anyway (if I understand you correctly).. That's why we do histograms.
Maybe I am misunderstanding what you are trying to do.

You can easily overplot 3 histograms associated with each of your 3 flags. Would that be helpful?
You can do it with something like

df.viz.histogram(df.timestamps, selection=df.flag == 'Too early') # And similar for the other 2 choices. 

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@DanielvdC
Comment options

Answer selected by DanielvdC
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants