Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S s2dverification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • s2dverification
  • Issues
  • #258
Closed
Open
Issue created Feb 11, 2021 by Constantin Ardilouze@Constantin

Issue for drawing dots with PlotStereoMap

In PlotStereoMap, it is not possible to draw dots if the 'var' and the 'dots' arrays are wider than the 'latlims' boundaries. To illustrate, I attach some Rdata , and I let you verify the following test:

load('Test_plotStereoMap.RData')

PlotStereoMap(b,lon,lat,latlims=c(45,90),dots=dot2) ===> Dots do not show, but no error/warning message

PlotStereoMap(b[,which(lat>45)],lon,lat[lat>45],latlims=c(45,90),dots=dot2[,which(lat>45)]) => OK! Dots are displayed

Best,

Constantin Ardilouze

Test_plotStereoMap.RData

Edited Feb 11, 2021 by Constantin Ardilouze
Assignee
Assign to
Time tracking