Session Ready
Exercise

Tweaking the appearance

So far, you have used the default settings for your SPLOMs. Now, we will introduce two common customizations to explore:

  • Deleting the diagonal panels.
  • Displaying only the upper or lower triangle of plots.

Both customizations are implemented by adding a style() layer.

Your task is to style your SPLOM from the previous exercise to explore how these customizations work.

Your plot from the previous exercise is stored in the splom object, and plotly has been loaded for you.

Instructions 1/3
undefined XP
  • 1

    Delete the plots along the diagonal by setting the diagonal argument to a list that sets visible to FALSE.

    • 2

      Delete the plots in the upper half of the matrix by setting the showupperhalf argument to FALSE.

    • 3

      Delete the plots in the lower half of the matrix by setting the showlowerhalf argument to FALSE.