mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python/matplotlib] Add Text, simplify Dots
This commit is contained in:
committed by
Émilie Feral
parent
5ada80d03b
commit
a6773ad73b
@@ -5,6 +5,7 @@ void modpyplot_gc_collect();
|
||||
|
||||
mp_obj_t modpyplot_axis(mp_obj_t arg);
|
||||
mp_obj_t modpyplot_plot(mp_obj_t x, mp_obj_t y);
|
||||
mp_obj_t modpyplot_text(mp_obj_t x, mp_obj_t y, mp_obj_t s);
|
||||
|
||||
// axis(*args, emit=True, **kwargs)
|
||||
//mp_obj_t grid();
|
||||
|
||||
Reference in New Issue
Block a user