Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
PlotXY
Syntax
C++
int PlotXY(IFunctionHandler * pH, int level, float x, float y, char const * tag);

Syntax: Trace.PlotXY(level, x, y, tag)

the tag determines how and where your data is plotted in the server counterpart. the message consists of two mandatory parts: plot_name and curve_name in the form plot_name/curve_name

PlotXY(lvl, 1.0f, 2.0f, "my_plot/curve1");

Copyright (c) 2012. All rights reserved.