AustralianAntarcticDivision / SOmap

Southern Ocean round maps
https://australianantarcticdivision.github.io/SOmap/
24 stars 6 forks source link

Fix bathyleg overplotting when using small(ish) image sizes. #29

Closed Maschette closed 5 years ago

raymondben commented 5 years ago

You can tweak the plotargs in a SOmap object directly. As yet none of this is documented, because (amongst other reasons) none of it is final and therefore may change. But something like:

p <- SOmap()
p$bathy_legend$plotargs$labels$adj <- 0
p

or whatever parm you need to tweak.

Maschette commented 5 years ago

Yep this is me being an idiot and forgetting things exist. I will leave this issue up to remind myself to write some documentation