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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: