plt.title('Dynamics of Consciousness')
plt.grid(True)
plt.legend()
plt.subplot(2,1,2)
plt.plot(t_r, R, label='Resonansi $R(t_r)$', color='orange')
plt.xlabel('Relative Time $t_r$')
plt.ylabel('Resonance')
plt.title('Resonance Function of Time Relative to Absolute Time')
plt.grid(True)
plt.legend()
plt.tight_layout()
Beri Komentar
Belum ada komentar. Jadilah yang pertama untuk memberikan komentar!