func End(ih *iup.Ihandle) { C.IupPPlotEnd(ih.C()) }
func (h *IupPPlot) End() { C.IupPPlotEnd(toNative(h)) }