---

title: Visualization date: ‘2021-01-01’ type: book weight: 30 highlight: true

Learn how to visualize data with Plotly.

1-2 hours per week, for 8 weeks

1. Learn

2. Quiz

When is a heatmap useful?

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Write Plotly code to render a bar chart

import plotly.express as px
data_canada = px.data.gapminder().query("country == 'Canada'")
fig = px.bar(data_canada, x='year', y='pop')
fig.show()

D!eg0 Fantinelli
D!eg0 Fantinelli
Teacher of Mathematics

My research interests include distributed robotics, mobile computing and programmable matter.