-
Notifications
You must be signed in to change notification settings - Fork 24
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
Updated versions of t_sne_roots notebooks #337
base: main
Are you sure you want to change the base?
Conversation
Addressing an earlier question by @jbednar
There are 47 languages and they are not sorted. Here are the colormap options I've tried:
Can't say I have a strong opinion between these! |
Your changes were successfully integrated in the dev site, make sure to review |
Category20 is from Bokeh: https://docs.bokeh.org/en/latest/docs/reference/palettes.html#d3-palettes Can you use df.cat.value_counts() to get a list of the categories by popularity, then use Category10 or Category20 for those top 10 or 20 categories, then glasbey_light for the rest? |
@jbednar Here is And here is Both of these need two, hard-to-explain lines of code to compute the correct |
With holoviz/holoviews#6024 dynspread now works with However, it is a fair bit slower than the datashaded version: |
Can you figure out why that would be? |
For cmap comparison, here is the image Christopher produced on the far left and then the three most recently being considered in this PR: |
Updates and supersedes #286
In this updated version, the default dashboard uses client-side color mixing (i.e. using
rasterize
). The previous datashaded version is included both as a point of comparison and because it supportsdynspread
(whichImageStack
currently does not).