Session Ready
Exercise

Linked views for summarization

Some traces compute statistical summaries in the background prior to plotting, such as histograms and boxplots. Consequently, if you link a boxplot to another chart, the boxplot will be updated based on the points selected. In this exercise, you will explore this behavior by linking your scatterplot of total thrust against LEO capacity to both a boxplot and a histogram.

Instructions 1/2
undefined XP
  • 1
    • Create a vertical boxplot of total thrust (to_thrust). Be sure to hide the legend and to enable linked brushing.
    • 2
      • Create a histogram of total thrust (to_thrust). Be sure to hide the legend and to enable linked brushing.