Closed sobradob closed 3 years ago
With the dev version you can set exclude_layer = c(5, 6)
in the view (this is ignored in the cran version due to a bug)
You'll need to move the label into position or set a fixed ylim
in the coord for the label to be visible
Following the example set in the wiki I would like to create an animation with the view_follow function and static points/lines/labels.
The issue is that view_follow only works as expected once the static lines/labels are in view.
The desired behaviour would be for the line and label to "appear in view". How do I accomplish this?
PS: I asked this here but this is probably a better place.