mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[python] matplotlib: make pyplot a submodule of matplotlib
This commit is contained in:
13
python/port/mod/matplotlib/modmatplotlib.cpp
Normal file
13
python/port/mod/matplotlib/modmatplotlib.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
extern "C" {
|
||||
#include "modmatplotlib.h"
|
||||
#include "pyplot/modpyplot.h"
|
||||
}
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
// Internal functions
|
||||
|
||||
mp_obj_t modmatplotlib___init__() {
|
||||
modpyplot___init__();
|
||||
return mp_const_none;
|
||||
}
|
||||
Reference in New Issue
Block a user