-
Notifications
You must be signed in to change notification settings - Fork 100
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
Favorite emojis? #37
Comments
Hey all - thought this was a fun idea so I tried to give it a shot. My first idea was to use matplotlib to render a plot which shows rows for each user and then the preferred emojis (more popular emojis would be printed with a higher font size). However as you can see below the result was... not very impressive 🙈: There are multiple problems with rendering Apple emojis properly with matplotlib. This blogpost gives some solutions on how to solve this. However, I think the setup is not trivial and this would lead to all kinds of problems for users (e.g. on Windows). So what I did now was simply printing out the frequencies by user (ranking from the top top bottom):
There are two issues here:
Are there ideas on how we could render emojis? (Pull pngs for emojis? Render an HTML file with a library like bokeh? I'm also ok not continuing this feature. |
I'd be curious what my favorite emojis are and how that compares to my friend's favorite emojis
The text was updated successfully, but these errors were encountered: