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

Add plotting/pandas functionality for single-var and multi-var sweeps #38

Open
edmundsj opened this issue Jun 26, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@edmundsj
Copy link
Owner

edmundsj commented Jun 26, 2022

Currently, plotting only works vs. wavelength, it would be nice to expand this to any single-variable or multi-variable sweep. Integrating heat map plotting for 2d sweeps. This would be enabled by the results being convertible into a pandas array or something of the like.

turning the results dictionary into a Results object and then adding a plot() method to that seems like the most elegant way to do this.

@edmundsj edmundsj added the enhancement New feature or request label Jun 26, 2022
@edmundsj edmundsj added this to the Version 2.0 milestone Jun 28, 2022
@edmundsj
Copy link
Owner Author

edmundsj commented Jun 28, 2022

Single-variable sweeps can now be plotted easily with the Results.plot() method. as of a9f9e59, and the results are available as simple arrays.

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