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

5.1.8 Set y-axis label of the plot
Description

Set the y-axis label of the plot. If multiple panels are plotted, multiple labels have to be specified. If no ordinate is set, data determine the lebels.

Arguments





Inputs

ordinate

A list of ordinate 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 Y-Axis","Second Y-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