You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the requirement for this project is to generate insights for the user, when is the laundry busy and when is it not. Therefore, create a script that generates a bar chart based on the hourly data given.
The script is called by
Where params will store
The script should save the image in the ./python/ directory as a 500x500 .png file.
The text was updated successfully, but these errors were encountered:
Feature Branch:
insights
One of the requirement for this project is to generate insights for the user, when is the laundry busy and when is it not. Therefore, create a script that generates a bar chart based on the hourly data given.
The script is called by
![Screenshot 2021-02-27 at 4 07 56 PM](https://user-images.githubusercontent.com/57558909/109381539-f95fa080-7915-11eb-94ba-fb64e363fa69.png)
Where params will store
![Screenshot 2021-02-27 at 4 08 24 PM](https://user-images.githubusercontent.com/57558909/109381546-08465300-7916-11eb-8e7d-3a257646816f.png)
The script should save the image in the
./python/
directory as a 500x500 .png file.The text was updated successfully, but these errors were encountered: