Skip to content

Force the origin to start at 0? #295

@SHAESEN2

Description

@SHAESEN2

Currently ggplot has an offset to start their labels. Is this considered good practice? Personally I would not like to see such plots when quantiles are added as it is difficult to see at which times these quantiles are reached. I propose to start at the true origin using + scale_x_continuous(expand = c(0, 0)) + scale_y_continuous(expand = c(0, 0)) in visR
@cschaerfe @bailliem @timtreis

image

Metadata

Metadata

Labels

issueUsed for project filtering

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions