I would like to set an axis to logarithmic scale, after having loaded the Units[Standard] package.
The command is:
plot3d( function(input), x=-1..1, y=1..1, axis[3]=[mode = log] )
Confoundingly, the error is:
Error, (in plot3d) expecting option mode to be of type identical(linear, log)
but received Units:-Standard:-log
So the problem is that with(Units[Standard]) hijacks all occurences of log and replaces them with...