[python/matplotlib] Add Text, simplify Dots

This commit is contained in:
Romain Goyet
2020-03-11 16:01:02 -04:00
committed by Émilie Feral
parent 5ada80d03b
commit a6773ad73b
6 changed files with 118 additions and 106 deletions

View File

@@ -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();