change the scale of one axis for jit.gl.gridshape,
hi everybody, i am trying to change the scale of one of the axes using, jit.gl.gridshape, i want, the x and y axis in linear scale, and the z axes in log. thanks,
i am from colombia, excuse my english. thanks.
or how can i turn, one range, from 50 to 18000 in log scale, into a range from -15 to 15 in linear scale, tanx, i use the object,
"scale 50. 18000. -15 15" but the scale is logaritmic too. i need to turn in linear scale. tx
The expr object lets you write any math expression you want, including functions such as log, pow, exp, tan, etc.