Session Ready
Exercise

Color and opacity

Increasing the transparency (i.e. decreasing the opacity) of a trace can help improve its readability. For example, if there are bars of similar heights in bar charts or histograms, increasing the transparency enables one to see the horizontal grid lines behind the bars, making judgement of relative heights easier. Of course, the hover info can clarify this, but why not make it as easy as possible for your reader?

In this exercise, you will adapt plotly code to change the color of a histogram and increase its transparency.

plotly has already been loaded for you.

Instructions
100 XP
  • Adapt the code so that the bars of the histogram are "navy" and are 50% transparent.