What is the better way to make a countplot?

using Plots
using StatsBase

bar(countmap(df.Gender))
7 Likes