USGS-R / gsplot

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

fix for #370 #379

Closed jordansread closed 8 years ago

jordansread commented 8 years ago
gs <- gsplot() %>% 
         points(1:20,1:20, axes=FALSE) %>% 
         axis(side=1:4, labels=FALSE)
gs

image

gs <- gsplot() %>% 
    points(1:20,1:20, axes=FALSE)
gs

image

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.02%) to 76.873% when pulling 82b3a80aba169a6ad2eea10be91d08a11a87e5bf on jread-usgs:axes_false into 539e9d263d43f73e87be1d1b49d9fb99e7d46fa3 on USGS-R:master.