It's very useful as a source of inspiration.
I think I'm going to try this dataset with my thesis.
I would also say there are more useful visualizations one can do than bar, line, and scatter. For example, though I'm not sure what it's called, there are charts that suit different orders of magnitude. They're like area charts (line chart with the area under the line filled in) but it wraps around from the bottom, when it would otherwise exceed the top, and shows that second layer in a different color. Think I mainly see them for like network traffic or latency graphs. I find them useful because you can see different scales without a lot of vertical space. (Don't know how well they work for color blind people, but then the same argument goes for any sight impairment and visualizations.) The underlying data points remain the same so I'd say it's actually a visualization change and not a change of the values being shown
Of course, most of the things people pick as more-pretty-looking alternatives to bar/line/scatter aren't good visualizations, so I agree with the sentiment. Just that there do seem to be more options that have benefits for certain datasets
Applying the Pareto principle, you will get the most bang for your buck if you master story telling with these. (And you won't need to touch the other types of plots).
A random example: https://stackabuse.s3.amazonaws.com/media/seaborn-violin-plo...
https://www.edwardtufte.com/notebook/slopegraphs-for-compari...
#54 is good for showing comparable increases in sites between years, right? But if the story you’re telling is primarily “how many sites were there then? How many now?” you kinda have to squint and guess. (One could improve on this one, as you suggest. But the primary story would still be rates of change.)
Edit: and #42 is a visually similar horizontal variant, but not completely the same
I do pull out plotly for 3d scatter plots (for PCA visualization). Matplotlib is horrible for this.
At least one or more alternatives I can come up with is to use the map more. Adding colors to the countries.
Another similar to #76, but show miniature to each heritage site.
I've been saying this for years now in the context of sysadmin work and dashboards.
Some people think about graphs in dashboards as pointless frivolity and for show. I've heard/seen people claim: all we need is an indicator: green if OK, else red.
In my opinion, while that is useful, in my position that is often too late.
Always visible that shows whatever is important to my work: disk space, numbers of errors, (mega/giga/tera)bytes in/out pr second/minute/hour, that allows me both to predict and react, often ahead of time and also to easier diagnose, both because I now have an eye into the system but also because I have over time built a feeling for what is normal and not.
The same is true for visualizations and we also have the same enemies, for example misleading scaling and too little/much detail, distracting details and colors that looks way too similar.
It consists of 4 datasets with the same summary statistics, but when plotted look very different. It's much easier to see the patterns in the plots than in the data table.
I suspect these are all so hand crafted that there’s not much in the way of code.
Next, 1 essay, 100 fonts!…
Next session is about ranking and discarding.
It’s somewhat perfect for something I need to visualise, wondered if it has a name and/or a d3 implementation