Lab 12 Data Visualization

3. Remove extra tick marks and axis labels. Matplotlib’s plt.tick_params(), summarized below, controls which tick marks and labels are displayed. Argument Options Description axis 'x', 'y', "both" Axis on which to operate. which "major", "minor", "both" Operate on major or minor ticks. color Any Matplotlib color Tick color. ................
................