// This macro demonstrates how to draw a semi-log plot. // http://en.wikipedia.org/wiki/Log-log_plot requires("1.49t"); n = 1000; x = newArray(n); y = newArray(n); y2 = newArray(n); y3 = newArray(n); for (i=0; i