【问题标题】:Change the location of labels from a plot [duplicate]从图中更改标签的位置[重复]
【发布时间】:2019-02-04 20:48:20
【问题描述】:

我正在尝试将图形标签的位置从右上角更改为右下角。

funnel.plot(x="date_event_nk", y=["Show_Start", "Start_Complete"], kind="bar")

【问题讨论】:

    标签: python python-3.x matplotlib plot seaborn


    【解决方案1】:

    试试这个:

    funnel.legend(loc='lower right')
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-05
      • 2011-12-20
      • 1970-01-01
      • 1970-01-01
      • 2018-04-13
      • 1970-01-01
      相关资源
      最近更新 更多