How to Finally Fix Your Tables in Typst PDFs (using {gt} tables)
A technical guide on using the {gt} package to format and fix tables in Typst PDF documents, aimed at R users.
A technical guide on using the {gt} package to format and fix tables in Typst PDF documents, aimed at R users.
A technical guide on automating VMware report exports using PowerCLI and visualizing the data with Python for VM inventory dashboards.
Announces 15 new free R programming books added to the Big Book of R collection, covering data visualization, machine learning, statistics, and databases.
A guide to integrating Apache ECharts into a React application for data visualization, including a custom wrapper component.
A tutorial on creating a choropleth map with a histogram legend in R using ggplot2, sf, and patchwork to better visualize data distribution.
A technical tutorial on creating interactive world maps with USAID foreign aid data using Observable Plot and JavaScript.
A technical guide on converting GeoJSON map data into static SVG files using D3.js to reduce JavaScript payload and enable simple interactivity.
A tutorial on using the R package {mapBliss} to visualize a multi-state US travel journey with custom maps and datasets.
OpenStreetMap now hosts vector tiles, enabling dynamic styling and sharper maps. This article explores how to visualize and analyze the new format.
A statistical analysis of a classic 1986 dataset, demonstrating how modern displays make hidden structures visible without complex methods.
A comprehensive guide to building interactive data applications using the Streamlit framework, covering setup, visualization, ML integration, and deployment.
An animated exploration of UMAP, a state-of-the-art dimensionality reduction algorithm, applied to the classic MNIST dataset of handwritten digits.
A technical analysis using R and the DHBins package to visualize New Zealand's National Land Transport Plan expenditure data via hexmaps.
A technical tutorial on creating interactive data tables by web-scraping with R's rvest package and styling with reactable.
A tutorial on creating interactive, production-grade tables in R using the reactable and reactablefmtr packages.
A tutorial on creating calendar heatmap plots using ggplot2 in R to visualize time-series data like flight frequencies.
A tutorial on advanced text styling in R's ggplot2, including dynamic color adjustment and using the new {marquee} package for markdown formatting.
A tutorial on using Plotnine, a Python data visualization library based on the grammar of graphics, comparing it to ggplot2 and using Polars.
A tutorial on enhancing line charts using ggplot in R, covering themes, colors, labels, and direct labeling techniques.
A technical guide explaining why ggplot2 line charts sometimes appear blank and how to fix the issue, focusing on data structure and grouping.