I'm using the following command (example)
<...data...> | uplot bar -c blue -t "sindresorhus/awesome" --xlabel "commits (last 12m)"
to generate a bar chart like this:

In this case, the X value will always be an integer. Any way to drop that .0 and display it as a whole number? Or remove the label altogether and just print an x-axis at the top or bottom?