Following the README example for the `count` plot, when setting the `height` there is an `unknown keyword: height` error thrown by the `initialize` function. ```shell $ cat gencode.v43.annotation.gff3 | grep -v '#' | grep 'gene' | cut -f1 | uplot count -t "The number of human gene annotations per chromosome" -c blue -h 80 /opt/homebrew/Cellar/youplot/0.4.5/libexec/gems/unicode_plot-0.0.5/lib/unicode_plot/plot.rb:10:in `initialize' unknown keyword: height ``` Installed via homebrew. YouPlot: 0.4.5 MacOS: 13.2.1 (Apple Silicon)