Publications by Duong Tran
Annotating (Plotting) SVG Images with ggplot2
This is a zoomed-in section of the image to demonstrate the scalability....
92 sym 2 img
US Presidential Election 2016, Demographic Vote Share
This is a replicate data visualisation from a US Economic magazine by using ggplot2....
94 sym 1 img
Overlay Bar Chart
This is an overlaid butterfly plot created with ggplot2....
66 sym 1 img
Gauge Plots
Introduction Gauge plots are attractive visualization objects and often seen in dashboards. The following plots were created with the help of the googleVis package. Plot 1 Plot 2 Plot 3 Plot 4 Plot 5...
270 sym 5 img
Packed Circles with D3.js
Note: This was an edited fork of https://naustud.io/tech-stack....
74 sym
Bullet Plot
Introduction This is a known as bullet plot that I replicated from https://www.gastonsanchez.com/gotplot/plots/bullet-chart.html with ggplot2. The main challenge of of this plot was the alignment of the bars’ vertical edges! Plot 1...
247 sym 1 img
"Best Wine"
Introduction This is a data visualization I like and replicated from Cedric Scherer with the help of ggplot2. I am not sure how Cedric did his (https://github.com/z3tt/TidyTuesday) but the main challenge for me was the bottles! Plot 1 Plot 2 Plot 3...
288 sym 3 img
Barplot with variable width - ggplot2
Introduction The main purpose of this Barplot is to demonstrates variable bar width. This is not straight forward as it sounds! I do not think ‘many’ software applications that can do this? Indeed ggplot2 also? Well unless you ‘cheat’! That is to say you come up with some alternative creative way, and that was how I have done this. Gettin...
631 sym 2 img
Divergent Likert Plot
Introduction This is a Likert plot I replicated from the attached link with ggplot2. The main challenge here was the additional vertical-barplot on the right! That is attaining alignment with the left part of the plot is not straight forward! ...
253 sym 1 img