plotSetWhichXAxis#

Purpose#

Assigns curves to the top or bottom x-axis.

Format#

plotSetWhichXAxis(&myPlot, which)#
Parameters:
  • &myPlot (struct pointer) – A plotControl structure pointer.

  • which (string or Nx1 string array) – where each element contains either "top" or "bottom".

Remarks#

Note

This function sets an attribute in a plotControl structure. It does not affect an existing graph, or a new graph drawn using the default settings that are accessible from the Tools > Preferences > Graphics menu.