cairosvg: Cairo SVG for ggsave

View source: R/cairosvg.R

cairosvgR Documentation

Cairo SVG for ggsave

Description

This function allows you use cairosvg with ggsave - generally gives higher quality results than default svg engine. The function is not called directly, but within ggsave

Usage

cairosvg(filename, width, height)

Examples

ggplot2::ggsave("folder", plot ,device = cairosvg, width = 25, height = 10, units = "cm")

MarcioFCMartins/MMartins documentation built on May 1, 2024, 2:20 a.m.