> Why does Plot2d(log(sin(x)),...) plots the function in places > where sin(x)<0 ? It doesn't happen in gnuplot. Because it is actually plotting realpart(log(sin(x))). This needs to be documented. -s