Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for ".vary_params" in Visualizer library functions #159

Open
tiffanymtang opened this issue May 4, 2023 · 0 comments
Open

Allow for ".vary_params" in Visualizer library functions #159

tiffanymtang opened this issue May 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tiffanymtang
Copy link
Collaborator

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 tiffanymtang self-assigned this May 4, 2023
@tiffanymtang tiffanymtang added the enhancement New feature or request label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant