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.
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.