The thing I don't get with CS pop graphs (like this one) is if you want to show something is an obvious power law distribution, why don't you plot it on a log-log graph? Then it will be perfectly obvious.
Most people don't understand log-log graphs. Also, taking the log-log is so powerful that even distributions that don't strictly follow a power law can look as if they're approximately following a straight line.
pp. 24-29 have nice log-log plots of various data sets, along with whether they can plausibly described as power law distributions. 'Wealth', interestingly enough, looks like a pretty straight line, but fails the statistical test badly.
Btw, if you just take logs and run a regression to estimate the exponent, you get a highly biased estimate.
In general, it's much better to do a direct statistical test, although the method described in the paper is somewhat involved.
I like what you shared. I actually can't believe I haven't seen that paper before (it has >4k citations ffs), but I admit, I work in a less statistical side of physics.
What I'll say is that what something is is a fuzzy term, although I generally agree what you mean especially about a power law says about the behavior in the tails especially. That comes from thinking a small deviation on the tail is "small" due to optics and not realizing it is deviation on orders of magnitude. That might be what the replier to my comment was referring to. That's why "two graphs" is usually a good answer.
PS
Also, I would never fit a straight line on a loglog or semilog graph, nor should anyone ever. People who do that don't understand what least squares is at all.