You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The control of the appearance (color, linewidth, linetype...) of the graticule produced with geom_sf is quite counter-intuitive and something seems to be wrong.
For the examples below I used the latest ggplot2 version from github reinstalled today (2.2.1.9000) and sf 0.5-4 (with R version 3.4.3 - Ubuntu 16.04.3 LTS).
This issue was initially posted on the sf github repository
I expected to be able to control for example the color and linetype of the graticule with panel.grid but these commands seem to be ignored
By the way, if I'm not wrong, a few weeks ago (30 november) the default color of the graticule was also much lighter and less conspicuous (better to my taste)
The text was updated successfully, but these errors were encountered:
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Oct 29, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugan unexpected problem or unintended behaviorthemes 💃
The control of the appearance (color, linewidth, linetype...) of the graticule produced with geom_sf is quite counter-intuitive and something seems to be wrong.
For the examples below I used the latest ggplot2 version from github reinstalled today (2.2.1.9000) and sf 0.5-4 (with R version 3.4.3 - Ubuntu 16.04.3 LTS).
This issue was initially posted on the sf github repository
I expected to be able to control for example the color and linetype of the graticule with panel.grid but these commands seem to be ignored
It works as expected with
panel.grid.major
(but I would expect that panel.grid.major will inherit from panel.grid)If you want to change only -say- the x grid color with panel.grid.major.x both x and y are changed :
If you want to change both x and y in different ways nothing happens :
Each example works as intended when I use another geom :
By the way, if I'm not wrong, a few weeks ago (30 november) the default color of the graticule was also much lighter and less conspicuous (better to my taste)
The text was updated successfully, but these errors were encountered: