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

Saving x and y data when generating a plot #5

Open
joey-kilgore opened this issue Jun 26, 2024 · 0 comments
Open

Saving x and y data when generating a plot #5

joey-kilgore opened this issue Jun 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@joey-kilgore
Copy link
Owner

Is your feature request related to a problem? Please describe.
When using FigLogger.createPlot() it will save the plot object itself, but not the x and y data itself.

Describe the solution you'd like
Add an additional save that calls SimLogger.saveObj() for the x, y, (and z) data.

Describe alternatives you've considered
A user could save it on their own, but if the graph is being saved, the data for the graph should also be saved by default.

@joey-kilgore joey-kilgore added enhancement New feature or request good first issue Good for newcomers labels Jun 26, 2024
@joey-kilgore joey-kilgore self-assigned this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant