func Add(ih *iup.Ihandle, x, y float64) { C.IupPPlotAdd(ih.C(), C.float(x), C.float(y)) }
func (h *IupPPlot) Add(x, y float32) { C.IupPPlotAdd(toNative(h), C.float(x), C.float(y)) }