Banking to n degrees

[This article was first published on is.R(), and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

As often happens, I have learned of a technique just as it is being called into question. In this case, the technique is changing the aspect ratio of a line plot such that the typical slope of each segment is 45° (see), a rule of thumb which has been shown empirically to be sub-optimal.

Despite my tardiness to the banking party, I’ve written a little bit of code that will let you choose a preferred typical angle and calculate the necessary aspect ratio given a series of (x, y) coordinates. Note also that banking to 45° is apparently an option in lattice.

To get an idea of how this works, try changing the variance of the rnorm() draws on line 10, and try changing the desiredDegrees parameter on line 15, comparing the initial plot zp1 to the aspect ratio-corrected zp2.

To leave a comment for the author, please follow the link and comment on their blog: is.R().

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)