DOI-USGS / vizstorm-GIF

Creative Commons Zero v1.0 Universal
22 stars 17 forks source link

final layout refresh #69

Open aappling-usgs opened 6 years ago

jordansread commented 6 years ago

A couple things that should probably happen here include positioning of legend and watermarks based on common args. Such as

pos = c('botleft','upleft','upright','botright')

the watermark function is written to be botleft right now, and the legend is botright. These are good positions for a landscape GIF for certain storms, but we'll need the control to move these things around easily.

Same issue w/ the dateTime function, but that is likely to change with #79

jordansread commented 6 years ago

Some legend stuff gets funky when we change the aspect of the figure. Consider using dev.size("px") from within the legend plot function to move or size certain things according to number of pixels instead of percentage. This would work well for the bin width for the precip, for example.