- IupPlot
Ihandle* IupPlot()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotAdd
void IupPlotAdd(Ihandle* ih, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotAddSamples
void IupPlotAddSamples(Ihandle* ih, int ds_index, double* x, double* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotAddSegment
void IupPlotAddSegment(Ihandle* ih, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotAddStr
void IupPlotAddStr(Ihandle* ih, const(char)* x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotAddStrSamples
void IupPlotAddStrSamples(Ihandle* ih, int ds_index, const(char)** x, double* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotBegin
void IupPlotBegin(Ihandle* ih, int strXdata)
- IupPlotEnd
int IupPlotEnd(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotFindSample
int IupPlotFindSample(Ihandle* ih, double cnv_x, double cnv_y, int* ds_index, int* sample_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotGetSample
void IupPlotGetSample(Ihandle* ih, int ds_index, int sample_index, double* x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotGetSampleExtra
double IupPlotGetSampleExtra(Ihandle* ih, int ds_index, int sample_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotGetSampleSelection
int IupPlotGetSampleSelection(Ihandle* ih, int ds_index, int sample_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotGetSampleStr
void IupPlotGetSampleStr(Ihandle* ih, int ds_index, int sample_index, const(char)** x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotInsert
void IupPlotInsert(Ihandle* ih, int ds_index, int sample_index, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotInsertSamples
void IupPlotInsertSamples(Ihandle* ih, int ds_index, int sample_index, double* x, double* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotInsertSegment
void IupPlotInsertSegment(Ihandle* ih, int ds_index, int sample_index, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotInsertStr
void IupPlotInsertStr(Ihandle* ih, int ds_index, int sample_index, const(char)* x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotInsertStrSamples
void IupPlotInsertStrSamples(Ihandle* ih, int ds_index, int sample_index, const(char)** x, double* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotLoadData
int IupPlotLoadData(Ihandle* ih, const(char)* filename, int strXdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotOpen
void IupPlotOpen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotPaintTo
void IupPlotPaintTo(Ihandle* ih, _cdCanvas* cnv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotSetFormula
int IupPlotSetFormula(Ihandle* ih, int sample_count, const(char)* formula, const(char)* init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotSetSample
void IupPlotSetSample(Ihandle* ih, int ds_index, int sample_index, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotSetSampleExtra
void IupPlotSetSampleExtra(Ihandle* ih, int ds_index, int sample_index, double extra)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotSetSampleSelection
void IupPlotSetSampleSelection(Ihandle* ih, int ds_index, int sample_index, int selected)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotSetSampleStr
void IupPlotSetSampleStr(Ihandle* ih, int ds_index, int sample_index, const(char)* x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotTransform
void IupPlotTransform(Ihandle* ih, double x, double y, double* cnv_x, double* cnv_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupPlotTransformTo
void IupPlotTransformTo(Ihandle* ih, double cnv_x, double cnv_y, double* x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.