Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • \$\begingroup\$ I wonder if it's necessary to display the image in the correct dimensions. When I was playing around with this challenge I simply did plot.new();rasterImage(...). \$\endgroup\$ Commented Oct 28, 2016 at 8:43
  • \$\begingroup\$ @Billywob Well it would be completely distorted as the default size for the plot is 7x7 inches. It's true that the OP didn't explicitely ask for the image to not be distorted but I prefer it this way :) I am however considering getting rid of the xaxs and yaxs as the result would still be proportionate. \$\endgroup\$ Commented Oct 28, 2016 at 8:47