-
Notifications
You must be signed in to change notification settings - Fork 0
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
Restructure multiline and grouped bar chart functions #20
Conversation
rick.py
Outdated
|
||
delta = (ymax - ymin)/4 | ||
i = 0 | ||
while True: |
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.
Should this be using calculate_delta
? Same comment on line 580.
Have you considered having the legend always outside the plot? This could help with consistency no matter the data being plotted! |
@MelinaGoula your 3 new charting functions are very elegant compared with the old versions, well done! See a few comments above. |
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.
These changes look great! Well done @MelinaGoula
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.
Got a slight misfire in building Sphinx.
We need the docs/.nojekyll
file to remain.
Also looks like we don't need to commit .doctree
files (can add this to .gitignore)
The contents of the html
folder should be in docs
.
Maybe we should change the build config back to building to sphinx/build
and have instructions for people to manually copy the contents of html
over to docs
when they are ready to merge
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.
Lots of changes here but I think this is really going to help clean up the repo!
Functions to review:
horizontal_grouped_bar_chart
vertical_grouped_bar_chart
multi_linechart_test