Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Visualize Your Project Timeline | Data Visualization for Makers
Python for Creators and Makers
セクション 2.  5
single

single

bookChallenge: Visualize Your Project Timeline

メニューを表示するにはスワイプしてください

Visualizing project timelines is a powerful technique for makers to track their progress and gain insights into how time is allocated across different phases. By representing each phase of a project visually, you can quickly identify which stages require the most effort and where potential improvements can be made in future projects. This approach not only helps in managing your current work but also serves as a valuable reference when planning new endeavors.

タスク

スワイプしてコーディングを開始

Write a script that uses matplotlib to create a bar chart showing the number of days spent on each project phase. Use the provided phases and days data. Add axis labels and a title to your chart.

  • Create a bar chart using the phases list for the x-axis and the days list for the y-axis.
  • Add a label for the x-axis indicating "Project Phase".
  • Add a label for the y-axis indicating "Days Spent".
  • Add a title to the chart: "Maker Project Timeline".
  • Display the chart.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt