Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
airGRteaching
airGRteaching
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • HYCAR-Hydro
  • airGRteachingairGRteaching
  • Issues
  • #16

Closed
Open
Opened Apr 13, 2020 by Delaigue Olivier@olivier.delaigueOwner

Display of the triangles representing the flows in the model diagram

On my computer, the triangles representing the flows in the model diagram are not displayed.

I don't know where this is coming from, because if I draw these signs directly into R, it works.

tri1 <- c(-0x25BA, -0x25BC, -0x25C4, -0x25B2)
plot(seq_along(tri1), pch = tri1)

tri2 <- -as.hexmode(c("25BA", "25BC", "25C4", "25B2"))
plot(seq_along(tri2), pch = tri2)

image

On my computer, with the Linux OS (see details below), I tested the interface with two browsers (Firefox and Chromium). The triangles are not displayed.

The sunshine website runs on a Linux server and the triangles are displayed.

On my computer with the Windows OS and the Firefox browser, the triangles are displayed.

> Sys.info()
                                     sysname 
                                     "Linux" 
                                     release 
                         "4.15.0-96-generic" 
                                     version 
"#97-Ubuntu SMP Wed Apr 1 03:25:46 UTC 2020" 
                                    nodename 
                                  "ANPI1780" 
                                     machine 
                                    "x86_64" 
                                       login 
                                    "irstea" 
                                        user 
                                    "irstea" 
                              effective_user 
                                    "irstea"
> Sys.getlocale()
[1] "LC_CTYPE=fr_FR.UTF-8;LC_NUMERIC=C;LC_TIME=fr_FR.UTF-8;LC_COLLATE=fr_FR.UTF-8;LC_MONETARY=fr_FR.UTF-8;LC_MESSAGES=fr_FR.UTF-8;LC_PAPER=fr_FR.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=fr_FR.UTF-8;LC_IDENTIFICATION=C"
> 
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: HYCAR-Hydro/airgrteaching#16