This website works better with JavaScript.
Home
Explore
Help
Sign In
langspielplatte
/
measurement-scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removes legend border frame.
master
langspielplatte
2 years ago
parent
af2a53abb3
commit
ef9740177e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
plot_stacked_bandwidth.py
+ 1
- 1
plot_stacked_bandwidth.py
View File
@@ -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")
Write
Preview
Loading…
Cancel
Save