Copy link
Copy Markdown
Owner
Follow up to #475
Upon further investigation, I realised that several other graphical parameters (not just dynmar) weren't being realised correctly during non-interactive calls.
For example, the grid lines in this example on the website are not showing up correctly, while the axes themselves are slightly too thick (and thus visible in comparison to the plot box):
This PR effectively sidesteps the problem by passing the entire tpar() list as part of the recordGraphics(draw_facet_window, list(..., tpars = tpar()) call. I also adjusted some ancillary function to make them compatible with this change.
