gnuplot_plot_ctrlT_gnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlgnuplot_plot_ctrl (Operator)

Name

gnuplot_plot_ctrlT_gnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlgnuplot_plot_ctrl — Plot control values using gnuplot.

Warning

gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlGnuplotPlotCtrlgnuplot_plot_ctrl is obsolete and is only provided for reasons of backward compatibility.

Signature

gnuplot_plot_ctrl( : : GnuplotFileID, Values : )

Herror T_gnuplot_plot_ctrl(const Htuple GnuplotFileID, const Htuple Values)

void GnuplotPlotCtrl(const HTuple& GnuplotFileID, const HTuple& Values)

void HGnuplot::GnuplotPlotCtrl(const HTuple& Values) const

static void HOperatorSet.GnuplotPlotCtrl(HTuple gnuplotFileID, HTuple values)

void HGnuplot.GnuplotPlotCtrl(HTuple values)

def gnuplot_plot_ctrl(gnuplot_file_id: HHandle, values: Sequence[Union[float, int]]) -> None

Description

gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlGnuplotPlotCtrlgnuplot_plot_ctrl displays a tuple of control values using gnuplot. If there is an active gnuplot sub-process (started with gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe), the image is displayed in a gnuplot window. Otherwise, the image is output to a file, which can be later read by gnuplot. In both cases the gnuplot output stream is identified by GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileIDgnuplot_file_id.

Execution Information

Parameters

GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileIDgnuplot_file_id (input_control)  gnuplot HGnuplot, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Identifier for the gnuplot output stream.

ValuesValuesValuesValuesvaluesvalues (input_control)  number-array HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Control values to be plotted (y-values).

Result

gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlGnuplotPlotCtrlgnuplot_plot_ctrl returns the value if GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileIDgnuplot_file_id is a valid gnuplot output stream, if the data file for the current plot could be opened, and if only integer or floating point values were passed. Otherwise, an exception is raised.

Possible Predecessors

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFilegnuplot_open_file

Possible Successors

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClosegnuplot_close

See also

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFilegnuplot_open_file, gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClosegnuplot_close

Module

Foundation