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

Using NuGridpy to just read in data or just plot data? #69

Open
Samuel316 opened this issue Sep 3, 2019 · 0 comments
Open

Using NuGridpy to just read in data or just plot data? #69

Samuel316 opened this issue Sep 3, 2019 · 0 comments

Comments

@Samuel316
Copy link

I would like to be able to use NuGridpy to read in data for custom plots. Which I know is possible with get etc., and I would like to be able to plot NuGrid plots with data not read in by NuGridpy.

I would assume that this is all already possible to an extent, but I think more separation of the reader and plot components would improve the structure of the code. A standard well-documented data structure would make adding new plots considerably easier.

For example, a file could be read in by one class that provides all the data vire its attributes then any plot either in a function or a class would take this reader object or its attributes as initial inputs. All of this structure could be hidden behind the current workflow so no one would even notice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant