From b1db3597f9c7d2794c50c58e01061a7efa552ece Mon Sep 17 00:00:00 2001 From: eslopfer Date: Wed, 18 Jan 2023 11:58:16 +0000 Subject: [PATCH] docs(visualizations): replace incorrect audit questions with the right ones --- subjects/ai/visualizations/audit/README.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/subjects/ai/visualizations/audit/README.md b/subjects/ai/visualizations/audit/README.md index 2f83d639..560e47ae 100644 --- a/subjects/ai/visualizations/audit/README.md +++ b/subjects/ai/visualizations/audit/README.md @@ -18,25 +18,16 @@ ##### The exercise is validated if all questions of the exercise are validated -###### For question 1, does the plot reproduce the plot in the image and respect those criteria? - -###### Does it have a title? - -###### Does it have a name on x-axis and y-axis? +##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria. -![alt text][logo_ex6] +###### Does it have a title? -[logo_ex6]: ../w1day03_ex6_plot1.png "Time series ex6" +###### Does it have a name on x-axis? -###### For question 2, does the plot reproduce the plot in the image by using `plotly.graph_objects` and respect those criteria? +###### Does it have a legend? +![alt text][logo] -###### Does it have a title? - -###### Does it have a name on x-axis and y-axis? - -![alt text][logo_ex6] - -[logo_ex6]: ../w1day03_ex6_plot1.png "Time series ex6" +[logo]: ../w1day03_ex1_plot1.png "Bar plot ex1" ---