You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yields Error in unit(yticks$y, "native") : 'x' and 'units' must have length > 0. This plot works fine if either annotation_logticks() or coord_flip() is removed.
The text was updated successfully, but these errors were encountered:
This sounds like a great feature/horrible bug, but unfortunately we don't currently have the development bandwidth to support it/fix it. If you'd like to submit a pull request that implements this feature/fixes this bug, please follow the instructions in the development vignette.
annotation_logticks()
andcoord_flip()
appear to be mutually incompatible. For instance:yields
Error in unit(yticks$y, "native") : 'x' and 'units' must have length > 0
. This plot works fine if eitherannotation_logticks()
orcoord_flip()
is removed.The text was updated successfully, but these errors were encountered: