Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Add Data to the Plot | Basics: Line Charts
/
Visualization in Python with matplotlib
セクション 1.  5
single

single

bookAdd Data to the Plot

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

Let's improve our plot by adding data for one more country.

タスク

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

Display the lines for the United States and Canada emission levels on a single chart. Follow the next steps:

  1. Create Figure and Axes objects assigned to variables fig, ax respectively.
  2. Save within the can variable data for Canada.
  3. Use the same approach as for the usa data for building a new line for the can data.

解答

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

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

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

セクション 1.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt