Home
last modified time | relevance | path

Searched refs:log_y (Results 1 – 1 of 1) sorted by relevance

/libCEED/benchmarks/
H A Dpostprocess_plot.py16 log_y = 0 # use log scale on the y-axis? variable
22 legend_ncol = (2 if log_y else 1) # number of columns in the legend
149 y = asarray([y0, y1]) if log_y else exp(linspace(log(y0), log(y1)))
160 if log_y: