plt3DILegend GetFilter

Finds the legend style.

Syntax

Plt3DILegend_handle GetFilter

Application

Tcl Query

Description

This command finds the style of the legend in the 3D plot. Styles include: “linear”, “log”, “db10”, and “db20”.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 SetClientType Plot3d;
w1 GetClientHandle plot;
plot GetLegendHandle leg;
leg GetFilter;

Errors

Success (the style) or an error message is returned.

Keywords

  • Tcl
  • Legend
  • Plot3D
  • Query