Adjusting Bar width in Maplotlib Pyplot

后端 未结 0 526
旧巷少年郎
旧巷少年郎 2021-01-06 07:05

Want to adjust the bar width if plotting for only single data set.


import matplotlib.pyplot as plt
name = [\'Windows\']
count = [9]
plt.style.use(\'seaborn\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题