powered by
Map x to the value in log10 scale
wccv_get_y(x, tick_y_min, tick_y_step)
A field<vec> that contains values in log10 scale.
field<vec>
A vector with dimensions J x 1.
vector
A negtive integer the minimum power of 10, which corresponds to the smallest scale on y-axis.
negtive integer
An integer indicating the increment of the sequence.
integer
James Balamuta and Justin Lee
tick_y_min is usually chosen as \(floor(min(log10(abs(x))))\)
tick_y_min
x = 2^(-1:-9) y.min = floor(min(log10(abs(x)))) y.step = 2 wccv_get_y(x, y.min, y.step)
Run the code above in your browser using DataLab