simChef icon indicating copy to clipboard operation
simChef copied to clipboard

Allow for ".vary_params" in Visualizer library functions

Open tiffanymtang opened this issue 2 years ago • 0 comments
trafficstars

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.

tiffanymtang avatar May 04 '23 04:05 tiffanymtang