gnuplot_plot_funct_1dT_gnuplot_plot_funct_1dGnuplotPlotFunct1dGnuplotPlotFunct1d (Operator)

Name

gnuplot_plot_funct_1dT_gnuplot_plot_funct_1dGnuplotPlotFunct1dGnuplotPlotFunct1d — Ausgabe einer Funktion durch gnuplot.

Warnung

gnuplot_plot_funct_1dgnuplot_plot_funct_1dGnuplotPlotFunct1dGnuplotPlotFunct1dGnuplotPlotFunct1d ist veraltet und wird nur aus Gründen der Rückwärtskompatibilität zur Verfügung gestellt.

Signatur

gnuplot_plot_funct_1d( : : GnuplotFileID, Function : )

Herror T_gnuplot_plot_funct_1d(const Htuple GnuplotFileID, const Htuple Function)

void GnuplotPlotFunct1d(const HTuple& GnuplotFileID, const HTuple& Function)

void HGnuplot::GnuplotPlotFunct1d(const HFunction1D& Function) const

void HFunction1D::GnuplotPlotFunct1d(const HGnuplot& GnuplotFileID) const

static void HOperatorSet.GnuplotPlotFunct1d(HTuple gnuplotFileID, HTuple function)

void HGnuplot.GnuplotPlotFunct1d(HFunction1D function)

void HFunction1D.GnuplotPlotFunct1d(HGnuplot gnuplotFileID)

Beschreibung

gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlGnuplotPlotCtrl gibt eine Funktion unter Verwendung von gnuplot als Plot aus. Falls vorher ein gnuplot-Unterprozess mittels gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipe gestartet wurde, erfolgt die Darstellung in einem gnuplot-Fenster. Ansonsten erfolgt die Ausgabe in eine Datei, die später mit gnuplot verarbeitet werden kann. In beiden Fällen wird der gnuplot-Ausgabestrom durch GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID bestimmt.

Ausführungsinformationen

Parameter

GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID (input_control)  gnuplot HGnuplot, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Identifikator für den gnuplot-Ausgabestrom.

FunctionFunctionFunctionFunctionfunction (input_control)  function_1d HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Auszugebende Funktion.

Ergebnis

gnuplot_plot_funct_1dgnuplot_plot_funct_1dGnuplotPlotFunct1dGnuplotPlotFunct1dGnuplotPlotFunct1d liefert den Wert 2 (H_MSG_TRUE), falls GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID ein gültiger gnuplot-Ausgabestrom ist und die Datei für den aktuellen plot erzeugt werden konnte. Ansonsten wird eine Fehlerbehandlung durchgeführt.

Vorgänger

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFile

Nachfolger

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClose

Alternativen

gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlGnuplotPlotCtrl

Siehe auch

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFile, gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClose

Modul

Foundation