Searched refs:log_y (Results 1 – 1 of 1) sorted by relevance
16 log_y = 0 # use log scale on the y-axis? variable22 legend_ncol = (2 if log_y else 1) # number of columns in the legend149 y = asarray([y0, y1]) if log_y else exp(linspace(log(y0), log(y1)))160 if log_y: