Session Ready
Exercise

Grid Plot (Layout)

By default, the grid_plot() function displays the list of figures it takes in one row. In this exercise, you will practice changing this behavior by specifying the number of rows and columns in the grid. You will also modify the axes default settings.

Note that:

  • rbokeh is pre-loaded
  • fig_list, which contains bar plots for tb records in each age group, is available in this session
Instructions 1/2
undefined XP
  • 1
  • 2
  • Create a grid plot with all the figures in fig_list.
  • Use the same axes limits for all the figures.