import matplotlib.pyplot as pltimport numpy as nptheta_degrees = np.linspace(0, 113*360, 10000)theta_radians = np.deg2rad(theta_degrees)z = np.exp(theta_radians * 1j) + np.exp(np.pi * theta_radians * 1j)x = np.real(z)y = np.imag(z)plt.figure(figsize=(10, 10))plt.plot(x, y, color=’white’, linewidth=0.5)plt.gca().set_facecolor(‘black’)plt.gca().set_aspect(‘equal’)plt.grid(False)plt.xlim(-2.5, 2.5)plt.ylim(-2.5, 2.5)plt.show()
AN ADVENTUROUS TRIP TO CHAIL
In a boring week we decided to visit to Chail which is located in Himachal Pradesh. So I am just going to skip the booking and all parts because it pretty boring so yeah let’s begin! So on 6 April 2023, we woke up at 5am because that day we had to go to Chail,…
A Day Trip to Kasauli
On a boring Sunday (26,February2023), we planned to go towards Kasauli as it was really hot in plains. It was time to leave for Kasauli, so we dressed ourself up and kept some snacks for between. After getting ready we stepped into our car and drove to Kasauli. It was about 140km and 2hours and…
Memorable Trip to Barog
On February,2021 we had planned to visit Chail, which is located in Himachal Pradesh. So we decided to visit there. Then we booked our hotel room in Chail Palace. After booking our room around a week was left to go. We packed up our clothes, colors, drawing files, tooth brush and toothpaste and many more….
Mesmerising day trip to Morni hills
On a lazy Sunday, we were planning for an outing. We searched on internet for nearby hill stations and came across a place known as Morni hills. We were very excited as we love going on long drives. Morni hills is a small hill station located on the foot hills of Shivalik range. It is…
Beginning of the festive season with Janmashtami
Today, 19th Aug, is the beginning of festive season of 2022 with janmashtami, lord Krishna’s birthday. On this day Lord Krishna was born in Mathura. Kansa was maternal uncle of Krishna who tried to kill him. He was saved by Vasudev and brought by crossing the river Yamuna to Gokul. Then he was raised by…