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
Changes plot color and y scale.
master
langspielplatte
2 years ago
parent
b92ee09af9
commit
c43826dc9c
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+2
-2
plot_single_transmission_paper.py
+ 2
- 2
plot_single_transmission_paper.py
View File
@@ -219,8 +219,8 @@ if __name__ == "__main__":
ax2.spines.right.set_position(("axes", 1.1))
ax0.set_ylim(0, 5
0
00)
ax1.set_ylim(0,
1
) #0.3
ax0.set_ylim(0,
2
500)
ax1.set_ylim(0,
2
) #0.3
ax2.set_ylim(0, 500)
#ax00.set_ylim(-25, 0)
Write
Preview
Loading…
Cancel
Save