Mulai sekarangMulai gratis

Revenue box subplots

You are now a regular contractor with the New York Stock Exchange, which has asked you to revisit the box plots by industry you created previously.

They are creating some visualizations for a specific presentation and found that the plot you made is too broad. They are also only interested in 2 particular industries.

The make_subplots() function from plotly.subplots has already been imported for you.

Latihan ini merupakan bagian dari kursus

Introduction to Data Visualization with Plotly in Python

Lihat Kursus

Latihan interaktif langsung praktik

Cobalah latihan ini dengan melengkapi kode contoh ini.

# Set up the subplots grid
fig = ____(rows=____, cols=____, 
                    # Set the subplot titles
                    subplot_titles=['Tech', 'Professional Services'])
Edit dan Jalankan Kode