Skip to content

legend does not respect pch from plot #10

@tverbeke

Description

@tverbeke
library(imp.lattice)
x11()
.impenv$backend <- graphics_primitives
data(diamonds, package = "ggplot2")
p <- xyplot(price ~ carat, data = diamonds, groups = color,
    pch = 19, xlab = "carat", ylab = "price", 
    auto.key = list(space = 'right'))
p

The pch = 19 is not represented in the legend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions