Skip to content

ggsave does not handle emf file type #510

Closed
@CharlesCara

Description

@CharlesCara

Thank you for creating ggplot. It looks really good. I noticed that the ggsave function does not handle the emf file type, just the wmf. Can I suggest this addition to the save.r script at about line 49 of the current version.

emf <- function(..., width, height)
grDevices::win.metafile(..., width=width, height=height)

Many thanks

Charles

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions