Returns the currently set mrmhub.* plot-appearance options as a named list.
Options that are not set are omitted.
Examples
mrmhub_set_plot_defaults(font_base_size = 8)
mrmhub_get_plot_defaults()
#> $font_base_size
#> [1] 8
#>
mrmhub_reset_plot_defaults()