Skip to content

Some remarks on the defaults #113

Description

@PavelBal

I want to question some of the default applied via ospsuite.plots::setDefaults().

Using the ospsuite tests:

oldDefaults <- ospsuite.plots::setDefaults()
options(ospsuite.plots.watermarkEnabled = FALSE)

manyObsDC <- readRDS(getTestDataFilePath("manyObsDC"))

# osp defaults
ospsuite.plots::setDefaults()
plotTimeProfile(manyObsDC)
Image

Now with standard defaults:

# defaults
ospsuite.plots::resetDefaults(oldDefaults)
plotTimeProfile(manyObsDC)
Image
  1. The symbols are more distinguishable than in the OSP defaults
  2. The gray background and the filled symbols in the legend are better readable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions