-
Notifications
You must be signed in to change notification settings - Fork 26
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
Dotplot : Added functionality to plot multiple dots,Fixed some errors in plot_line function #90
Conversation
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.
Hi, nice work 👍
It is working fine and is almost ready to be merged :)
Please remove the file test.py. I guess it was only for testing purpose and you have forgotten to remove it :)
@realsdx Nice work, just a few suggestions which you can follow from next time. Welcome On board. |
Deleted test.py |
Thanks for the suggestion. |
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.
@realsdx Is there any reason to add test.py in .gitignore?
No.. that time I don't know that I can't remove a file from remote using gitignore |
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.
Nice work :)
@realsdx Congrats, your first PR has been merged. From next time, when you make multiple commits, please squash them into a single one before making PR :) It keeps things more organised :) |
#17 Added functionality to plot multiple dots (even single) on a figure.
#85 Fixed all the issues mentioned here except Documentation