Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E esviz
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • esviz
  • Merge requests
  • !41

Draft: Update esviz documentation examples

  • Review changes

  • Download
  • Patches
  • Plain diff
Open abatalla requested to merge dev-update_examples into main Sep 12, 2025
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 6

Status of examples in esviz documentation:

  • VizEquiMap.R (2nd line of caption slightly cut off) image
  • VizForecastPDF.R image
  • VizLayout.R image (bugfixed lats <- attr(map_temp$exp, "dataiables")$common$lat)
  • VizMatrix image
  • VizMostLikelyQuantileMap Screenshot_from_2025-09-12_14-48-34 image (added bar_extra_margin = c(1, 0, 1.5, 0) to make the bars slightly taller)

  • VizPDFsOLE - warning: Warning message: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0. ℹ Please use `linewidth` instead. size changed to linewidth in line 210. The warning is "displayed once every 8 hours" so I have to recheck. image

  • VizRobinson - works on terminal, error in Rstudio: Screenshot_from_2025-09-10_13-47-46 Error in Rstudio: Shadow graphics device error: r error 4 (Error in .External2(C_X11, paste0("png::", filename), g$width, g$height, : unable to start device PNG

  • VizScorecard - error:

Please install the `webshot2` package.
  • VizSection image
  • VizStereoMap image
  • VizTriangles4Categories image
  • VizVsLTime (weird margins?) image
  • VizWeeklyClim - error from ggplot2:
Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) : 
  invalid non-character version specification 'x' (type: double)
6. stop(msg, domain = NA)
5. .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version)
4. numeric_version(x)
3. as.numeric_version(e2)
2. Ops.numeric_version(packageVersion("ggplot2"), 3.4) at VizWeeklyClim.R#288
1. VizWeeklyClim(data = data, first_date = "2002-08-09", last_date = "2002-09-15",
ref_period = 2010:2019, data_years = 2000:2019, time_dim = "time",
sdate_dim = "sdate", toptitle = "Observed weekly means and climatology",
subtitle = "Target years: 2010 to 2019", ytitle = paste0("tas", ...
Edited Sep 12, 2025 by abatalla
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev-update_examples