Added
- Additional ways set y-axis limits. This involves adding `utils.AxLimSetter`, and adding the `ylim_setter` param to `draw_logo` / `draw_line`. It also involves enabling `set_ylims` in `facet_plot` to take per-row values. Finally, a new example on y-limit setting was added.
- Allow `show_color` for `draw_line` to be `None`.
Fixed
- Updated how fontlist is built to fix [this matplotlib warning](https://github.com/matplotlib/matplotlib/issues/17568).
- Fixed deprecation warnings.