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

Implemented a graph class. Usage: #28

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Implemented a graph class. Usage: #28

wants to merge 3 commits into from

Conversation

XFabian
Copy link

@XFabian XFabian commented Oct 5, 2017

Create an object of type class and then create a figure. You can choose between line bar and scatter graph. You feed the coordinates into these functions and receive back an index of the figure. After that you can choose your figure by this index and safe it or show it. Right now you need to safe before you show it.

create a onject of type class and then create a figure. You can choose between line bar and scatter graph. You feed the coordinates into these functions and receive back an index of the figure. After that you can choose your figure by this index and safe it or show it. Right now you need to safe before you show it.
hackr/graph.py Outdated
graph1.choose_figure(scatter_graph)
graph1.save("/home/xaver/graphs/scatter")
#graph1.show()
print("Fuck you Xaver")
Copy link
Member

Choose a reason for hiding this comment

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

Can you please remove such comments? 😄

Copy link
Author

Choose a reason for hiding this comment

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

oh of course xD

@XFabian
Copy link
Author

XFabian commented Oct 7, 2017

Is it ok like this ? :)

@ashwini0529
Copy link
Member

Hey @7Orion7 it looks good to me. @shubhodeep9 can you please test the changes and merge it if it's okay?

@XFabian
Copy link
Author

XFabian commented Oct 7, 2017

ok cool :)

@ashwini0529
Copy link
Member

@shubhodeep9 can you please have a look on it?

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.

2 participants