Skip to content

Sriram the analyzer’s analyzer#9

Open
charlie-hisle wants to merge 2 commits intomasterfrom
Sriram-The-Analyzer’s-Analyzer

Hidden character warning

The head ref may contain hidden characters: "Sriram-The-Analyzer\u2019s-Analyzer"
Open

Sriram the analyzer’s analyzer#9
charlie-hisle wants to merge 2 commits intomasterfrom
Sriram-The-Analyzer’s-Analyzer

Conversation

@charlie-hisle
Copy link
Contributor

pull request message

The datetime module has a date.today() thing which returns the current date. By taking .year of that, you get the current year. Thus, by setting year = date.today().year you can set the year to the current year.
…'t error

In the main function, option 10 lead you to picklist plots. Option 0 fromo that gets you to auto graph sheet, and in the code there was use of boxplot(). However, this causes errors. as boxplot() is undefined. What probably was supposed to happen was that boxplot() is from matplotlib.pyplot, so I changed boxplot() to plt.boxplot(). I also checked that boxplot() is, indeed, a function in the matplotlib.pyplot module.
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