You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow use of ".vary_params" or another keyword to refers to the varying parameter in plot_eval_constructor(). For example, if we are varying over "n" in the experiment and we want to plot "n" on the x-axis, we might want to say plot_eval_constructor(x_str = ".vary_params", ...) instead of plot_eval_constructor(x_str = "n", ...). Might also want to extend this for multiple varying parameters.
The text was updated successfully, but these errors were encountered:
Allow use of ".vary_params" or another keyword to refers to the varying parameter in
plot_eval_constructor()
. For example, if we are varying over "n" in the experiment and we want to plot "n" on the x-axis, we might want to sayplot_eval_constructor(x_str = ".vary_params", ...)
instead ofplot_eval_constructor(x_str = "n", ...)
. Might also want to extend this for multiple varying parameters.The text was updated successfully, but these errors were encountered: