Skip to content

Created GUI layout and real time graph generator #2

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

hollandm
Copy link
Contributor

@hollandm hollandm commented Oct 2, 2014

No description provided.

class Graph(object):
def __init__(self, title, xLabel, yLabel, yMin, yMax, root):
# configure graph details
self.xAchse = pylab.arange(0, 100, 1)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding more comments to describe these lines in more detail. I'm not really sure what many of these mean.

@hollandm
Copy link
Contributor Author

hollandm commented Oct 7, 2014

What dependencies does this have? We should make sure that is documented and depending on license possibly include dependencies with our code base.

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

Successfully merging this pull request may close these issues.

3 participants