website
ggplot2-book

website | ggplot2-book | |
---|---|---|
35 | 31 | |
76 | 1,626 | |
- | 0.6% | |
9.1 | 5.2 | |
9 days ago | 4 months ago | |
Svelte | Perl | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
website
-
AAA – Analytical Anti-Aliasing
Graphics programming analysis done using examples written in WebGL–genius. Hypertext that takes full advantage of the medium. This reminds me of something I'd see on https://pudding.cool/, but it goes far more in depth than anything there. Absolutely fantastic article.
I've been using MSAAx4 in my rendering engine for some time and only recently have considered switching to a FXAA / TAA implementation. I'm actually not sure I'm going to go through with that now. I definitely learned a lot here, and will probably use the analytical approach for UI items, I hadn't heard about that anywhere.
Not often you see graphics-programming stuff on HN. For anyone interested in more graphics write-ups, this list of frame breakdowns is one of my favorite resources:
https://www.adriancourreges.com/blog/
-
More than 20k ships sank during WW II. One man is on a mission to map them
I think NY Times started long back and this style was kinda "cool" that goes well with the narrative. Then, there is https://pudding.cool that does this pretty well. Now, many just copy and tries without a meaningful treatment and is just there - kinda not working-out in most cases.
Tip: Try reading with Reader Mode.
-
Airfoil
Also check out https://pudding.cool if you’re unfamiliar and enjoy extremely high effort visualizations alongside editorial and educational text content.
- Generational shifts in popular music
-
What's the relationship between JS and Python in a data viz website?
Hello all, I am a JS beginner and I am passionate for creating data-driven stories on a website, like Pudding. I have watched some YT videos and learned that Python is a basic skill for dealing with data. However, I am confused about what Python does in such website? I know JS and it libraries like D3.js are used for front-end development and interactive data display, then what's the role of Python? For the website backend (such as Django)? Or is used for data cleaning and analysis? Or others? Or python is not actually required for making a data-driven story website?
-
Help! Looking for a highly interactive data journalism/viz piece/website but can't find it
https://pudding.cool/ ?
- Ask HN: What are your favorite RSS feeds?
-
for a CS PhD student in a different area, how long does it take to learn fundamentals of frontend?
The main reason why I've got interested in frontend is that (1) it seems to be a field that can be much more diverse and collaborative across different fields (ex: working with designers) and (2) it directly interacts with users. Interactive journalism, data visualization, data storytelling (as in The New York Times or The Pudding) are my main interests currently, so it is more accurate to say I got interested in frontend with focus on those specific fields.
- Ask HN: What other news feeds do you read besides Hacker News?
-
What’s the coolest website you know of that you want others to check out?!
pudding.cool, statistical analysis of things like rap lyrics
ggplot2-book
-
Does anyone else absolutely love plotting their data
I also only recently started using ggplot after doing most of my graphs with base R‘s plot() function. I started by reading ggplot2 by Hadley Wickham which is also available as a free ebook. Reading the first few chapters is enough to enable you to plot many basic plots. I can’t imagine going back to any other visualization tool ever again. Absolutely love the freedom ggplot gives you.
-
I am starting to learn R and I love it. I would like to learn at least 1 another simmilar language. Which one(s) should I learn?
His ggplot book will teach you all you need to know about R plotting, and is probably right at your current level. It is likewise pretty great, ggplot
-
What are your favorite softwares for data visualization?
The OG book is still the best in my opinion! https://ggplot2-book.org/
- Data analysis skills before/in lieu of master’s program
-
How can I do this graph?
You could use base R, see ?plot but a lot of people would use ggplot2. However, looking at your data it won’t look very good because there’s going to be very few points per country.
-
Can someone explain how R project are organized and deployed?
If you included DESCRIPTION to your repository (like in ggplot2-book - https://github.com/hadley/ggplot2-book/blob/master/DESCRIPTION ) devtools::install_deps() and renv::install() will install dependencies listed there as would pip with requirements.txt , you can trigger this from your R script, from command line or from whatever deployment / automation tool you are using.
-
[Q] is majoring in stats a bad choice if i suck at programming?
Chapters 1-8 of https://adv-r.hadley.nz/, https://r4ds.had.co.nz/ , and https://ggplot2-book.org/ were covered in my statistical computing courses. I don't think it gets much more advanced than that at the undergrad level.
- How to add color?
-
How can I make a line graph!?
You can check out more about Ggplot2 here: https://ggplot2-book.org/
-
Ask HN: How would you spatialize higher dimensional data?
* "ggplot2: Elegant graphics for data analysis" : https://ggplot2-book.org/
What are some alternatives?
git-history - Quickly browse the history of a file from any git repository
r4ds - R for data science: a book
p5.js-web-editor - The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
handson-ml2 - A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
top-tic-tac-toe-js - A tic-tac-toe game written in JavaScript that you can play in your browser.
mech - 🦾 Mech is a programming language for building data-driven systems like robots, games, and interfaces. Start here!
