Closed
Description
A question on SO led to wondering why duplicate axes aren't usable with scale_x_date
or *_datetime
. I worked up fairly hacky solutions by converting to numerics and working back from date_breaks
, but it should "just work". While you're at it, I'm sure it would be nice to be able to have transformed sec_axis
: e.g. hours on the x-bottom and days on the x-top.
See reprexes at: https://stackoverflow.com/a/45373735/3330437