Python 2.7- Pygal Bar Chart import error

289 views Asked by At

I downloaded and installed Pygal.

import pygal 
bar_chart= pygal.Bar()

And the error I get is

Undefined variable from import: Bar

I am not sure what is going wrong. Any advise is greatly appreciated.

0

There are 0 answers