This release completely overhauls both the user interface and the plotting backend for `ptplot`.
* Instead of Plotly `ptplot` now uses Bokeh under-the-hood. This allows for much more control over all aspects of plotting, especially in terms of interactivity where Plotly was very restrictive in ways that would seriously limit the visualizations I wanted to make.
* Instead of an object-oriented approach `ptplot` now uses a [grammar of graphics](https://www.amazon.com/Grammar-Graphics-Statistics-Computing/dp/0387245448/ref=as_li_ss_tl)-style layered approach to building visualizations. This should make `ptplot` more intuitive to use, especially for people used to packages like `ggplot2`.