Created
August 16, 2016 19:42
-
-
Save cimentadaj/be39e590290e362bd231b7189cbc3aa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m + scale_x_reverse() # reverses the axis order | |
m + scale_x_sqrt() # same as the one specified | |
m + scale_x_log10() # transforms the x axis to the 10th log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment