GridSearch searched over a list of interval width and overlap, useful for visualizing the convergence of the Mapper.
save_mapper_png(
widget,
png_path,
vwidth = 1200,
vheight = 900,
zoom = 2,
delay = 0.5
)The snapshot is saved to the specified path.
The htmlwidget object to be saved as PNG.
The file path to save the PNG image.
The viewport width for the webshot.
The viewport height for the webshot.
The zoom factor for the webshot.
The delay in seconds before taking the snapshot. Useful for allowing time for the widget to fully render.