Brief description of the problem I am using a plot that has y-axis fliped. My logticks are upside down. There is no option for reversing log ticks. ```r plt + annotation_logticks(side="l") # maybe reverse = TRUE option would be good. ``` Thank you.