1 2 3 4 5
function pkg = draw_point(x1, y1) arg = [get_bytes(x1), get_bytes(y2)]; pkg = get_package('GP', arg); end