-
Notifications
You must be signed in to change notification settings - Fork 4
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
Formula Viewer for Archive Viewer #24
Conversation
# The first commit's message is: ENH: Building on the Archive Viewer to include formulas of PVs (or other formulas) # This is the 2nd commit message: Have it graphing A over itself # This is the 3rd commit message: Fixed issue with default colors # This is the 4th commit message: Done with functions # This is the 5th commit message: Traces table now populates dialogue with previous formula, curve model handles switching from archive plots to formulas and formulas to formulas, TODO handling formula to archive plots # This is the 6th commit message: Formula -> archive and fixing archive -> formula # This is the 7th commit message: temp # This is the 8th commit message: Clicking enter to accept formula works # This is the 9th commit message: Comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks pretty good, with some questions & suggestions. It seems like there are some formatting issues, but we can ignore the more minor ones for now. Someday we'll get the pre-commit and formatting finalized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good. I had a couple of things I noticed in your new code. A couple of things for you to make sure you do before PR:
- Clear out all of your extra print statements
- Make sure your comments are easy to read:
a. Space separating the '#' and the comment ("#Comment" --> "# Comment")
b. Capitalize the first character in the comment ("# comment" --> "# Comment")
@aksharsarvesh This PR is just an outdated duplicate of #31 right? Can we close this PR or should it stay open? |
Yes this is trash. Just here because I wanted to document previous comments |
Closing PR. It can still be found in the list of closed PRs. |
Added functionality to traces_table and curves_model to allow for formulas to be graphed. Traces table helps handle formula input, and curves model handles not only Archive Plot curves but also new formulas. Formulas can be functions of PVs or of other functions.