Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1f112 commit ef42527Copy full SHA for ef42527
1 file changed
src/_backend_gdk.c
@@ -67,12 +67,12 @@ DL_EXPORT(void)
67
init_na_backend_gdk(void)
68
{
69
PyObject *mod;
70
- mod = Py_InitModule("_na_backend_gdk", _backend_gdk_functions);
+ mod = Py_InitModule("matplotlib._na_backend_gdk", _backend_gdk_functions);
71
#else
72
init_nc_backend_gdk(void)
73
74
75
- mod = Py_InitModule("_nc_backend_gdk", _backend_gdk_functions);
+ mod = Py_InitModule("matplotlib._nc_backend_gdk", _backend_gdk_functions);
76
#endif
77
78
import_array();
0 commit comments