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

Plots should have a function to show raw data #2393

Closed
reyery opened this issue Oct 21, 2019 · 2 comments
Closed

Plots should have a function to show raw data #2393

reyery opened this issue Oct 21, 2019 · 2 comments
Assignees
Labels
must-have These requirements are critical and must be included in CEA

Comments

@reyery
Copy link
Member

reyery commented Oct 21, 2019

Plots in the dashboard should have a function to allow user to see the raw data used to create the plot so that they can do their own analysis on the data.

One way to do that is to show the users the location of the files used to create the plot and allow they to open such files. This can be achieved in the fronted by getting the input_files property of each plot class which contains the path of the files.

Since not all plot classes have the input_files properly filled, the first step for this would be to ensure that every plot class has it filled and pointing to all the files that it uses.

@reyery reyery added the must-have These requirements are critical and must be included in CEA label Oct 21, 2019
@daren-thomas
Copy link
Member

That's a cool idea... Note, that the plots generally do a lot of munging of the data before plotting it....

@reyery
Copy link
Member Author

reyery commented Dec 18, 2019

@reyery reyery closed this as completed Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must-have These requirements are critical and must be included in CEA
Projects
None yet
Development

No branches or pull requests

2 participants