Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • s2dv s2dv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • 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
  • s2dvs2dv
  • Issues
  • #34
Closed
Open
Issue created Apr 22, 2021 by Llorenç Lledó@llledoDeveloper

PlotEquiMap does not plot correctly the borders

Hi, I've found a problem in PlotEquiMap, the grid-points of the borders are not fully plotted. This is because the real extent of a plot is not given by the centers of the cells. Minimal reproducing example below:

tmp <- array(rnorm(12), dim=c(4,3))
PlotEquiMap(tmp, lon=c(0,1,2,3), lat=c(40,41,42), filled.continents=F, intxlon=1, intylat=1)

issue_PlotEquiMap

As you see, this plot should cover from -0.5 to 3.5 of longitude, and from 39.5 to 42.5 of latitude, and not 0-3 40-42.

Assignee
Assign to
Time tracking