Skip to content

Whitespace with show.legend = TRUE  #200

@dffyfe

Description

@dffyfe

Hi Dan,

Hope all is well!

I've noticed the whitespace seems excessive when plotting with a legend.

I think this line in plotting.R

dims.total.width <- (dims.plot.x + max(dims.plot.width, dims.legend.width));

should be

dims.total.width <- max(dims.plot.x + dims.plot.width, dims.legend.width);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions