More flexible per-visualizer ggsave()
args and Visualizer
filtering with export_visualizers()
#151
Labels
enhancement
New feature or request
It would be nice to be able to use different settings for different visualizers, while still maintaining the ability to pass common settings for all.
It seems like the cleanest way to do this would be similar to the existing
.doc_options
argument tocreate_visualizer()
, but more flexible in that it would cover anything that can be passed toggsave()
, not justwidth
andheight
. So this might also supersede.doc_options
, in which case we'd probably want the argument name to be more general, e.g..viz_options
.Also, limiting
export_visualizers()
to save only specificVisualizer
outputs could be useful, but probably less so.The text was updated successfully, but these errors were encountered: