NRAO Home > CASA > CASA Toolkit Reference Manual
sd.plotter.set_abcissa - Function

5.1.8 Set the x-axis label of the plot
Description

Set the x-axis label of the plot. If multiple panels are plotted, multiple labels have to be specified.

If no abcissa labels are specified (i.e. None), data determine the labels.

Arguments





Inputs

abcissa

A list of abcissa labels

allowed:

string, string array

Default:

None

fontsize

A font size of the label

allowed:

integer

Default:

None

refresh

If True, the plot is replotted based on the new parameter setting(s)

allowed:

bool

Default:

True





Returns

Example

         # two panels are visible on the plotter  
         sd.plotter.set_ordinate(["First X-Axis","Second X-Axis"])


More information about CASA may be found at the CASA web page

Copyright © 2016 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search