#!/bin/sh
histplot $* | awk '$2 != 0 { print $1, $2; }'
