bar chart error
command-- bar(year,profit,fill=false,hatch='/') gives error as"false is not defined". please reply

Python-3.4.3 Plotting-Charts 01-02 min 20-30 sec 25-04-20, 5:23 p.m. patilpriyanka561@gmail.com

Answers:

The command is not typed properly. The command is bar(year,profit,fill=False,hatch='/').
In python boolean values are defined as True or False. The first letter is capital.
27-04-20, 9:47 a.m. aditya94palaparthy@gmail.com


Click here to reply/comment online