예제 #1
0
PyObject* py_setBarMinMax(PyObject *self, PyObject *args)
{
  return py_setMinMax(self, args, "Bar");
}
예제 #2
0
PyObject* py_setGraphMinMax(PyObject *self, PyObject *args)
{
  return py_setMinMax(self, args, "Graph");
}