Quiz: Customizing Plots

Test your understanding of techniques and concepts to format your Plotly figures, including titles, axes, colors, hovers, and annotations.

We'll cover the following...

Quiz: Customizing Plots

1.

How can you update the title of a plot, as well as the labels of the x and y axes?

A.

By using fig.set_layout()

B.

By using fig.update()

C.

By using fig.layout()

D.

By using fig.update_layout()


1 / 7