Bug Fixes
- Fixed
last_plot()so that it returns an independent, pristine snapshot of the plot. Previously the plot was stored as a shallow copy and building it mutated shared nested state (e.g. the theme), leavinglast_plot()referencing a half-built plot.