1. 학습
  2. /
  3. 강의
  4. /
  5. Introduction to Data Visualization with Plotly in Python

Connected

연습 문제

Add Max Temperatures

The Australian Bureau Of Meteorology really enjoyed the plot you created for them but requested an edit.

They would like you to add the absolute maximum temperature to the plot created before. That is the highest temperature experienced anywhere in Sydney on that day.

A combined_fig has already been created for you, and a temp_syd_max DataFrame has been provided.

Your task is to add this new line chart to the existing plot.

지침

100 XP
  • Create a new line chart of the absolute Max temperature called abs_max_line_fig.
  • Add it to the existing combined_fig and show the new plot.