= {
{"show", (PyCFunction)PyFigure_show, METH_VARARGS, pyFigureShow_doc},
{"hide", (PyCFunction)PyFigure_hide, METH_NOARGS, pyFigureHide_doc},
{"plot", (PyCFunction)PyFigure_plot, METH_VARARGS |METH_KEYWORDS, pyFigurePlot_doc},
{"plot1",(PyCFunction)PyFigure_plot1, METH_VARARGS | METH_KEYWORDS, pyFigurePlot1_doc},
{"plot2",(PyCFunction)PyFigure_plot2, METH_VARARGS | METH_KEYWORDS, pyFigurePlot2_doc},
{"plot25",(PyCFunction)PyFigure_plot25, METH_VARARGS | METH_KEYWORDS, pyFigurePlot25_doc},
{"liveImage", (PyCFunction)PyFigure_liveImage, METH_VARARGS | METH_KEYWORDS, pyFigureLiveImage_doc},
{"matplotlibFigure", (PyCFunction)PyFigure_matplotlib, METH_VARARGS | METH_KEYWORDS, pyFigureMatplotlib_doc},
{"plotlyFigure", (PyCFunction)PyFigure_plotly, METH_VARARGS | METH_KEYWORDS, pyFigurePlotly_doc},
{"subplot", (PyCFunction)PyFigure_getSubplot, METH_VARARGS, pyFigureSubplot_doc},
{"close", (PyCFunction)PyFigure_close, METH_VARARGS | METH_STATIC, pyFigure_Close_doc},
{NULL}
}