Skip to main content
Skip table of contents

resetPlotPreferences

Reset plot preferences to go back to default preferences

Usage

R
resetPlotPreferences()

Examples

R
if (FALSE) {
  getPlotPreferences()$obs[c("color", "legend")]
  update = list(obs = list(color = "green", legend = "Observation"))
  setPlotPreferences(update = update)
  getPlotPreferences()$obs[c("color", "legend")]
  resetPlotPreferences()
  getPlotPreferences()$obs[c("color", "legend")]
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.