plt3DILegend SetFilter

Sets the legend style.

Syntax

Plt3DILegend_handle SetFilter filter

Application

Tcl Modify

Description

This command sets the style of the legend in the 3D plot.

Inputs

style
The type of style you want to use for the legend. The different style options include: “linear”, “log”, “db10”, or “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 SetFilter "log";

Errors

Success (0) or an error message is returned.

Keywords

  • Tcl
  • Legend
  • Plot3D
  • Modify