I've got that information in pycharm- I have installed numpy. What's the reason app not working? The comment below task was: axs(1, 0).bar([0.5, 1.5, 2.5], [PROTEIN_GOAL, FAT_GOAL, CARBS_GOAL], width=0.4) numpy.ndarray' object is not callable
Asked
Active
Viewed 22 times
-2
-
Please [edit] your question and add a [mcve]. See [ask]. – Robert Aug 27 '23 at 15:14
-
Maybe you meant: `axs[1, 0]` instead of `axs(1, 0)`? – Chrysophylaxs Aug 27 '23 at 15:53
-
yes thats correct, thank you – Patrycja Aug 28 '23 at 13:58