log log plot?

Does anyone know if (and how) you can create a log-log plot in a display? Thanks.

HMm, wouldn’t you just calculate the
log of each coordinate before plotting?

glVertex2f(log(x), log(y));