Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
26c634550904aba62520384fc8aa7dec
mooc-rr
Commits
678c8fc9
Commit
678c8fc9
authored
Apr 24, 2020
by
26c634550904aba62520384fc8aa7dec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no commit message
parent
97a81240
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
exercice.ipynb
module3/exo3/exercice.ipynb
+4
-4
No files found.
module3/exo3/exercice.ipynb
View file @
678c8fc9
...
...
@@ -617,12 +617,12 @@
}
],
"source": [
"x=
sorted_data.index.tolist()
\n",
"y_wa=list(
sorted
_data[\"Wages\"])\n",
"y_wh=list(
sorted
_data[\"Wheat\"])\n",
"x=
list(raw_data[\"Year\"]
\n",
"y_wa=list(
raw
_data[\"Wages\"])\n",
"y_wh=list(
raw
_data[\"Wheat\"])\n",
"graphique1 = plt.figure()\n",
"ax = graphique1.add_subplot(111)\n",
"plt.ylabel('Livres')\n",
"
ax.set =
plt.ylabel('Livres')\n",
"ax.xaxis.set_major_locator(plt.MultipleLocator(50))\n",
"sorted_data['Wheat'].plot(kind='bar',ax=ax,legend=True,color='black')\n",
"sorted_data['Wages'].plot(title= \"Evolution des salaires et du prix du blé\",ax=ax,legend=True,linewidth=5.0)"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment