[python] matplotlib: add comment WIP

This commit is contained in:
Émilie Feral
2020-04-02 14:51:52 +02:00
committed by LeaNumworks
parent b7392dbd95
commit c58456a058

View File

@@ -238,6 +238,8 @@ mp_obj_t modpyplot_hist(size_t n_args, const mp_obj_t *args) {
mp_float_t min = mp_obj_get_float(xItems[0]);
mp_float_t max = mp_obj_get_float(xItems[xLength - 1]);
// TODO: memory optimization
// Don't create a list of edges, compute the edge on the go if not present?
mp_obj_t * edgeItems;
size_t nBins;
// bin arg