How to overlay a horizontal bar chart with dots in Python?

后端 未结 0 775
日久生厌
日久生厌 2020-12-05 19:41

I know how to overlay a vertical bar chart with dots, by doing the following:

import pandas as pd
df = pd.DataFrame({\'Types\':[\'A\',\'B\',\'C\'],
                   


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