瀏覽代碼

Removes legend border frame.

master
langspielplatte 2 年之前
父節點
當前提交
ef9740177e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      plot_stacked_bandwidth.py

+ 1
- 1
plot_stacked_bandwidth.py 查看文件

@@ -80,7 +80,7 @@ if __name__ == "__main__":
ax.xaxis.grid(False)


L = plt.legend()
L = plt.legend(frameon=False)
L.get_texts()[0].set_text("5G main")
L.get_texts()[1].set_text("4G main")
L.get_texts()[2].set_text("4G SCC 1")

Loading…
取消
儲存