USGS-R / gsplot

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

legend squished with axes #405

Open lindsayplatt opened 7 years ago

lindsayplatt commented 7 years ago

The legend spacing was lost after v0.5.4

gs <- gsplot() %>%
    points(1:3,1:3, legend.name=c("one", "two", "three")) %>%
    legend(location="below")
gs

v0.7.0

image

v0.5.4

image

lindsayplatt commented 7 years ago

@lindsaycarr check to see if this works on config branch

lindsayplatt commented 7 years ago

no, not any different on Laura's config branch #402

lindsayplatt commented 7 years ago

oddly, I opened this exact same issue on August 25th of last year..... #216. I tried v0.5.4, v.0.5.3, and v0.4.4. Doesn't look like this ever worked. I think it was just that I had different plot window sizes. Changing this to an enhancement, and closing the duplicate issue from 8/25/15.