##### The exercice is validated is all questions of the exercice are validated
##### The exercise is validated if all questions of the exercise are validated
##### Activate the virtual environment. If you used `conda` run `conda activate your_env`
@ -8,7 +8,7 @@
###### Does it print `Python 3.x`? x >= 8
##### Does`import jupyter`, `import numpy`, `import pandas`, `matplotlib` and `plotly` run without any error ?
##### Do `import jupyter`, `import numpy`, `import pandas`, `matplotlib` and `plotly` run without any error ?
---
@ -16,25 +16,23 @@
#### Exercise 1: Pandas plot 1
##### The exercice is validated is all questions of the exercice are validated
##### The exercise is validated is all questions of the exercise are validated
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria.
###### For question 1, does the plot reproduce the plot in the image and respect those criteria?
###### Does it have a the title?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
###### Does it have a name on x-axis and y-axis?
![alt text][logo_ex6]
[logo_ex6]: ../w1day03_ex6_plot1.png "Time series ex6"
##### The solution of question 2 is accepted if the plot reproduces the plot in the image by using `plotly.graph_objects` and respect those criteria.
###### For question 2, does the plot reproduce the plot in the image by using `plotly.graph_objects` and respect those criteria?
2.This question is validated if the plot is in the image is reproduced using `plotly.graph_objects` given those criteria:
###### Does it have a title?
###### Does it have a the title ?
###### Does it have a name on x-axis and y-axis ?
###### Does it have a name on x-axis and y-axis?
![alt text][logo_ex6]
@ -46,11 +44,11 @@
#### Exercise 2: Pandas plot 2
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect the following criteria. It is important to observe that the older people are, the the more children they have.
###### For question 1, does the plot reproduce the plot in the image and respect the following criteria? It is important to observe that the older people are, the the more children they have.
###### Does it have a the title?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
###### Does it have a name on x-axis and y-axis?
![alt text][logo_ex2]
@ -62,17 +60,17 @@
#### Exercise 3: Matplotlib 1
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria.
###### For question 1, does the plot reproduce the plot in the image and respect those criteria?
###### Does it have a the title?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
###### Does it have a name on x-axis and y-axis?
###### Are the x-axis and y-axis limited to [1,8]?
###### Are the x-axis and y-axis limited to [1,8]?
###### Is the line a red dashdot line with a width of 3?
###### Is the line a red dashdot line with a width of 3?
###### Are the circles blue circles with a size of 12?
###### Are the circles blue circles with a size of 12?
![alt text][logo_ex3]
@ -84,15 +82,15 @@
#### Exercise 4: Matplotlib 2
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria.
###### For question 1, does the plot reproduce the plot in the image and respect those criteria?