Quiz: Introduction to Plotting
Use what you’ve learned so far to answer the following questions.
Introduction to Plotting
1.
If a programmer uses the plot_grid(a,b)
command, where a
and b
are two different plots, what will they see?
A.
Plots a
and b
will appear in two different columns in the same row.
B.
Plots a
and b
will appear in two different rows in the same column.
C.
Plots a
and b
will appear on different screens.
D.
An error will be thrown because it’s not specified whether to show the plots in columns or rows.
1 / 4