As Stata graphics commands are filled with many deep and overly-complicated "rabbit holes," it's nice to come across developments that make nice, if small, improvements. A new user-created updated command, statplot, does just that. Specifically, the statplot command presents summary statistics for a variable and allows for labeling categories along the axis rather than in a legend. One example comparing output from the standard graph bar command (A) and what statplot can generate (B) follows. (Additional examples, with coding suggestions, are discussed here.)