-
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
ENH: Plot Config #27
ENH: Plot Config #27
Conversation
625f466
to
cf19121
Compare
510e51d
to
db0a1b9
Compare
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.
This looks good to me. I have one style note regarding adding docstrings to the PlotConfigMixin class. I can merge in once you have added the documentation and fixed the merge conflict.
from pyqtgraph import ViewBox | ||
|
||
|
||
class PlotConfigMixin: |
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.
Style: Can you add docstrings to all the methods in this class?
for reference on the docstring format we are using:
https://numpydoc.readthedocs.io/en/latest/format.html
Added docstrings and fixed merge conflicts. This PlotConfig was self contained to this repo so it should be safe to merge whenever you want it |
apologies, looks like a new merge conflict appeared after I merged your other PR |
Added functionality to the Plot tab such that a user can set up the viewer however they like. The option to add more functions in the future remains, and it would not be that difficult to do so.