ggplot2
vega
ggplot2 | vega | |
---|---|---|
64 | 21 | |
6,684 | 11,493 | |
0.6% | 0.6% | |
9.4 | 8.8 | |
7 days ago | 19 days ago | |
R | JavaScript | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" 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.
ggplot2
-
Debugging Compiled Code for R with Positron
Pardon me for shooting from the hip here, but IMO if you're using R for something radically different than statistical analysis and data visualization, there might be another tool/language that's more purpose-suited.
> As someone who basically uses R as a nice LISP-y scripting language to orchestrate calling low-level compiled code from other languages
When I read this, I think, would `bash` or something equally portable/universally installed work?
R is a beautiful thing when limited to its core uses (I use it every day ([0]). But in my experience, the more we build away from those core uses, the more brittleness we introduce. I wish the Posit team would focus on the core R experience, resolve some of the hundreds of open issues on its core packages in a timely way, [1,2] and just generally play to R's strengths.
[0] https://github.com/hsflabstanford/vegan-meta
[1] https://github.com/rstudio/rmarkdown/issues
[2] https://github.com/tidyverse/ggplot2/issues
- Show HN: Create Music with R
- ggplot2
- Ask HN: How do you build diagrams for the web?
-
Visualizing shapefiles in R with sf and ggplot2!
ggplot2
- Ask HN: What plotting tools should I invest in learning?
-
Relative frequency of letters in five-letter English words (Wordle aid) [OC]
I got the list of five-letter words from the words package in R, created the QWERTY keyboard grid with base R and tibble, and visualized the data with geom_tile in the ggplot2 package.
-
[OC] U.S. News & World Report Best Colleges: 2002 to 2023
Thanks, it's an interesting idea! I definitely could implement this with scale_fill_gradientn) in ggplot2.
-
Facts about Aaron Boone's Ejections as Manager
I used the ggplot2 package in R to create these figures.
-
Fueling Innovation and Collaborative Storytelling
This might not be at the top of your list, but science fiction often presents advanced data analysis and visualization technologies. Open source data analysis tools such as Python's Pandas and R's ggplot2 have revolutionized the field, making complex data manipulation and visualization accessible to all. In the science fiction novel The Martian, astronaut Mark Watney uses a variety of data analysis and visualization tools to survive on Mars. He uses Python's Pandas to clean and organize data, and he uses R's ggplot2 to create visualizations of his data. These tools allow him to make sense of the vast amounts of data and help him to make critical decisions about his survival.
vega
-
2024 Nuxt3 Annual Ecosystem Summary🚀
Document address: Vega Official Document
-
Byojs (Bring Your Own JavaScript) by Kyle Simpson
I feel like this is good plain js:
https://github.com/vega/vega/tree/main/packages/vega-view/sr...
- Vega – A declarative language for interactive visualization designs
-
Show HN: I made first declaritive SVG,canvas framework
This looks interesting but I’m pretty sure it’s not the first declarative charting tool. (Eg Vega https://vega.github.io/vega/)
-
Show HN: Minard – Generate beautiful charts with natural language
Hi HN – Excited to share a beta for Minard, a new data visualization toolkit we've been working on that lets you generate publication-quality charts with simple natural language (throw away your matplotlib docs and rejoice!).
Upload or import CSVs, Excel, and JSON, give it a spin, and please let us know what you think! (Long format data works best for now)
For those curious, the stack is a simple Django app with HTMX/Alpine and all of the charts are specified and rendered as Vega (https://vega.github.io/vega/). Lots of LLM function calling under the hood as well.
-
Plotting XGBoost Models with Elixir
I recently added support for plotting XGBoost models using Vega (https://vega.github.io/vega/) into the XGBoost Elixir API (https://github.com/acalejos/exgboost).
Since EXGBoost supports loading trained models across different APIs, you can even train using the Python API and then plot using this Elixir API if you prefer.
-
[OC] Most In-Demand Programming Languages from Jan-2022 to Jun-2023
The Data Source is from devjobsscanner (I am basically the owner, so I have the data) an the tool used to make the chart is Vega
-
If you had to pick a library from another language (Rust, JS, etc.) that isn’t currently available in Python and have it instantly converted into Python for you to use, what would it be?
It’s based on Vega https://vega.github.io/vega/ which means it’s an already matured backend. Vega-lite is the Javascript package and Altair is the Python.
-
Does anyone know how to get Visio experience while in between jobs?
Site:: https://vega.github.io/vega/
- Ask HN: What do you use for basic data analysis, visuals, and graphing?
What are some alternatives?
Altair - Declarative visualization library for Python
echarts - Apache ECharts is a powerful, interactive charting and data visualization library for browser
tmap - R package for thematic maps
Chart.js - Simple HTML5 Charts using the <canvas> tag
mirt - Multidimensional item response theory
Highcharts JS - Highcharts JS, the JavaScript charting framework