USGS-R / gsplot

plotting foundation for timeseries reporting
Other
6 stars 14 forks source link

log (and others?) need to be inherited to side 3,4 for axis #444

Closed ldecicco-USGS closed 7 years ago

ldecicco-USGS commented 7 years ago
gsplot() %>%
   points(1:100, 1:100, log="xy") %>%
   axis(side=c(3,4)) 
lindsayplatt commented 7 years ago

I think this is working now. @ldecicco-USGS please verify.

gsplot() %>%
   points(1:100, 1:100, log="xy") %>%
   axis(side=c(3,4)) 

image

lindsayplatt commented 7 years ago

Might not actually be done.

ldecicco-USGS commented 7 years ago

The opposite of this issue seems to be still in gsplot. I'll close this and make a new issue.