Changes plot color and y scale.
This commit is contained in:
@@ -219,8 +219,8 @@ if __name__ == "__main__":
|
||||
ax2.spines.right.set_position(("axes", 1.1))
|
||||
|
||||
|
||||
ax0.set_ylim(0, 5000)
|
||||
ax1.set_ylim(0, 1) #0.3
|
||||
ax0.set_ylim(0, 2500)
|
||||
ax1.set_ylim(0, 2) #0.3
|
||||
ax2.set_ylim(0, 500)
|
||||
#ax00.set_ylim(-25, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user