Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uprescale Date (and POSIXct) objects? #74
Comments
This comment has been minimized.
This comment has been minimized.
I think coercing back and forth between numerics is probably the right thing to do. |
zeehio
referenced this issue
Mar 1, 2016
Merged
rescale() works with Date, POSIXct and POSIXlt objects. #75
This comment has been minimized.
This comment has been minimized.
I just rebased the pull request on the latest master. Is there anything else I can do to get this merged? Thank you for your time |
karawoo
added
the
feature
label
Jun 14, 2017
This comment has been minimized.
This comment has been minimized.
This is already merged in #75, so I will close it |
zeehio
closed this
Jun 27, 2017
added a commit
to zeehio/scales
that referenced
this issue
Oct 17, 2017
zeehio
referenced this issue
Oct 17, 2017
Merged
Provides a default method for rescale and rescale_mid #105
added a commit
to zeehio/scales
that referenced
this issue
Jun 9, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zeehio commentedMar 1, 2016
Hi,
As of today it is not possible to rescale dates (and times) using
scales::rescale
. Is there a particular reason? I am puzzled by this, and I think that I must be missing something, because the problem seems fairly simple to tackle (usingas.numeric
somewhere). I would like to contribute with a clean solution, but I am afraid I am being naive on the solution. Any advice? (ggplot2::geom_segment could benefit from this)I get