mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
adjust plot range to shortened simulation time
This commit is contained in:
@ -40,7 +40,7 @@ for i in range(len(t)):
|
||||
min_eig.append(eig)
|
||||
|
||||
plt.plot(t,min_eig,linewidth = 1)
|
||||
plt.xlim([0,1.25])
|
||||
plt.xlim([0,0.5])
|
||||
plt.xlabel('Time (s)')
|
||||
plt.ylabel('Min. eigen value of G')
|
||||
plt.minorticks_on()
|
||||
|
||||
Reference in New Issue
Block a user